Mostly 64 - 32 float warning fixes.

This commit is contained in:
Jason Felds
2011-06-12 03:37:10 -04:00
parent 4bb0b28fc8
commit 2ab5a4ddb8
10 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ void ScreenUnlockStatus::Init()
break;
default:
text->SetText( "" );
text->SetDiffuse( RageColor(0.5,0,0,1) );
text->SetDiffuse( RageColor(0.5f,0,0,1) );
break;
}