mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
fix bug with texture matrix on different nodes
This commit is contained in:
parent
38c81198f2
commit
c6e1025459
@ -3267,6 +3267,7 @@ set_state_and_transform(const RenderState *target,
|
||||
}
|
||||
|
||||
if (_target._tex_matrix != _state._tex_matrix) {
|
||||
_state._texture = 0;
|
||||
_state._tex_matrix = _target._tex_matrix;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user