Fixed SetTranslation not invalidating node
Former-commit-id: f4f8f39e5c3d919d016b15b276b38c20b5e84205
This commit is contained in:
@@ -394,6 +394,8 @@ void NzNode::SetTranslation(const NzVector3f& translation, nzCoordSys coordSys)
|
||||
m_translation = translation;
|
||||
break;
|
||||
}
|
||||
|
||||
Invalidate();
|
||||
}
|
||||
|
||||
void NzNode::SetTranslation(float translationX, float translationY, float translationZ, nzCoordSys coordSys)
|
||||
|
||||
Reference in New Issue
Block a user