fix build: "warning C4305: truncation from 'double' to 'float'"
Change-Id: Ied01ccf789877c15080797de3723588e09fa6c7c
This commit is contained in:
@@ -48,7 +48,7 @@ struct TransitionSettings
|
||||
TransitionSettings() :
|
||||
mbUseMipMapLeaving( true ),
|
||||
mbUseMipMapEntering( true ),
|
||||
mnRequiredGLVersion( 2.1 )
|
||||
mnRequiredGLVersion( 2.1f )
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user