Kaydet (Commit) e5b3ec96 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

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

Change-Id: Ied01ccf789877c15080797de3723588e09fa6c7c
üst f6bc5b79
......@@ -48,7 +48,7 @@ struct TransitionSettings
TransitionSettings() :
mbUseMipMapLeaving( true ),
mbUseMipMapEntering( true ),
mnRequiredGLVersion( 2.1 )
mnRequiredGLVersion( 2.1f )
{
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment