mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-18 22:23:48 +00:00
adresses C4189 warnings ('identifier' : local variable is initialized but not referenced)
This commit is contained in:
parent
5fa8504568
commit
76fe7937ce
8 changed files with 8 additions and 51 deletions
|
|
@ -104,7 +104,7 @@ void _initShaderGenGLSL( ShaderGen *shaderGen )
|
|||
FEATUREMGR->registerFeature( MFT_DeferredSpecVars, new DeferredSpecVarsGLSL );
|
||||
FEATUREMGR->registerFeature( MFT_DeferredMatInfoFlags, new DeferredMatInfoFlagsGLSL );
|
||||
FEATUREMGR->registerFeature( MFT_DeferredEmptySpec, new DeferredEmptySpecGLSL );
|
||||
FEATUREMGR->registerFeature( MFT_SkyBox, new DeferredSkyGLSL );
|
||||
FEATUREMGR->registerFeature( MFT_SkyBox, new NamedFeatureGLSL( "skybox" ) );
|
||||
}
|
||||
|
||||
MODULE_BEGIN( ShaderGenGLSL )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue