simplify; make data public

This commit is contained in:
Glenn Maynard
2003-07-14 06:22:08 +00:00
parent 7483a249b4
commit 649f1a81c5
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
float RageTimer::GetTimeSinceStart()
{
static RageTimer g_Start;
return g_Start.Ago();
return SDL_GetTicks() / 1000.0f;
}
void RageTimer::Touch()