mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
fix typo
This commit is contained in:
parent
50f2f777d5
commit
6b012b7cb6
@ -3009,7 +3009,7 @@ do_issue_texture() {
|
|||||||
D3DTTFF_COUNT2);
|
D3DTTFF_COUNT2);
|
||||||
} else {
|
} else {
|
||||||
LMatrix4f m = LCAST(float, tex_mat->get_mat());
|
LMatrix4f m = LCAST(float, tex_mat->get_mat());
|
||||||
_d3d_device->SetTransform(get_tex_mat_sym(si), (D3DMATRIX *)mf.get_data());
|
_d3d_device->SetTransform(get_tex_mat_sym(si), (D3DMATRIX *)m.get_data());
|
||||||
DWORD transform_flags = texcoord_dimensions;
|
DWORD transform_flags = texcoord_dimensions;
|
||||||
if (m.get_col(3) != LVecBase4(0.0f, 0.0f, 0.0f, 1.0f)) {
|
if (m.get_col(3) != LVecBase4(0.0f, 0.0f, 0.0f, 1.0f)) {
|
||||||
// If we have a projected texture matrix, we also need to
|
// If we have a projected texture matrix, we also need to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user