Move Timer.h to correct location
Also add a missing semi-colon.
This commit is contained in:
parent
2f99964606
commit
7c74e1faff
@ -82,7 +82,7 @@ namespace PolyVox
|
||||
|
||||
float Timer::elapsedTimeInSeconds(void)
|
||||
{
|
||||
return 0.0f
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
uint32_t Timer::elapsedTimeInMilliSeconds(void)
|
||||
|
Loading…
x
Reference in New Issue
Block a user