1
0

burning v0.53 g++ warning remove

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6365 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
engineer_apple
2022-05-01 00:59:58 +00:00
parent 4fe6a16165
commit e08e37fc0f
4 changed files with 14 additions and 2 deletions

View File

@@ -47,6 +47,10 @@ struct SBurningShaderLight
sVec3Color AmbientColor;
sVec3Color DiffuseColor;
sVec3Color SpecularColor;
SBurningShaderLight()
{
LightIsOn = false;
}
};
enum eTransformLightFlags