1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Fix build of plSurface.

This commit is contained in:
Darryl Pogue
2011-10-27 22:05:23 -07:00
parent 5bb0c7e56b
commit 2073aec611

View File

@ -218,7 +218,7 @@ hsBool plGrassShaderMod::IEval(double secs, hsScalar del, UInt32 dirty)
fVShader->SetVector(plGrassVS::kAppConsts, float(hsTimer::GetSysSeconds()), 0.f, 0.f, 0.f);
}
return TRUE;
return true;
}
void plGrassShaderMod::ISetupShaders()