Post FX script file initialization

This commit is contained in:
Areloch 2019-07-15 00:38:53 -05:00
parent 6e2560ee46
commit a79e2a572c
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;
}
}