- add missing field

This commit is contained in:
Magnus Norddahl 2019-02-26 20:18:30 +01:00
parent 19f4133768
commit e1d1358249

View file

@ -18,6 +18,8 @@ struct HWViewpointUniforms
float mClipHeightDirection = 0.f;
int mShadowmapFilter = 1;
float timer = 0.0f;
void CalcDependencies()
{
mNormalViewMatrix.computeNormalMatrix(mViewMatrix);