Post FX script file initialization

This commit is contained in:
Areloch 2019-07-15 00:38:53 -05:00
parent ff7e580d28
commit 89128ce14a
3 changed files with 6 additions and 2 deletions

View file

@ -863,4 +863,4 @@ MatrixF PlaneReflector::getFrustumClipProj( MatrixF &modelview )
proj.mul( rotMat ); // restore Torque rotation
return proj;
}
}