mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
- add missing field
This commit is contained in:
parent
19f4133768
commit
e1d1358249
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ struct HWViewpointUniforms
|
|||
float mClipHeightDirection = 0.f;
|
||||
int mShadowmapFilter = 1;
|
||||
|
||||
float timer = 0.0f;
|
||||
|
||||
void CalcDependencies()
|
||||
{
|
||||
mNormalViewMatrix.computeNormalMatrix(mViewMatrix);
|
||||
|
|
Loading…
Reference in a new issue