From 242f33fa9126bfd1a4dbb60af05769013f28cc80 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 13 Oct 2005 04:02:23 +0000 Subject: [PATCH] fix type --- stepmania/src/RageDisplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay.cpp b/stepmania/src/RageDisplay.cpp index 9b89600ae6..58da5826cd 100644 --- a/stepmania/src/RageDisplay.cpp +++ b/stepmania/src/RageDisplay.cpp @@ -32,7 +32,7 @@ static RageTimer g_LastFrameEndedAt( RageZeroTimer ); RageDisplay* DISPLAY = NULL; Preference LOG_FPS( "LogFPS", true ); -Preference g_fFrameLimitPercent( "FrameLimitPercent", 0.0f ); +Preference g_fFrameLimitPercent( "FrameLimitPercent", 0.0f ); static const CString PixelFormatNames[] = { "RGBA8",