fix build: "warning C4305: truncation from 'double' to 'float'"

Change-Id: Ied01ccf789877c15080797de3723588e09fa6c7c
This commit is contained in:
Thorsten Behrens
2015-11-24 02:21:01 +01:00
parent f6bc5b79c3
commit e5b3ec9683

View File

@@ -48,7 +48,7 @@ struct TransitionSettings
TransitionSettings() :
mbUseMipMapLeaving( true ),
mbUseMipMapEntering( true ),
mnRequiredGLVersion( 2.1 )
mnRequiredGLVersion( 2.1f )
{
}