mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
code review with az
changes per review, frustum wasnt dirty... i like it dirty
This commit is contained in:
parent
e7a7935bd4
commit
a92b9d0e2d
3 changed files with 34 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ Frustum::Frustum( bool isOrtho,
|
|||
|
||||
mProjectionOffset.zero();
|
||||
mProjectionOffsetMatrix.identity();
|
||||
mDirty = true;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue