diff --git a/library/polyvoxcore/include/PolyVoxCore/Impl/Timer.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h similarity index 100% rename from library/polyvoxcore/include/PolyVoxCore/Impl/Timer.h rename to library/PolyVoxCore/include/PolyVoxCore/Impl/Timer.h diff --git a/library/PolyVoxCore/source/Impl/Timer.cpp b/library/PolyVoxCore/source/Impl/Timer.cpp index bad32baa..49ec9a11 100644 --- a/library/PolyVoxCore/source/Impl/Timer.cpp +++ b/library/PolyVoxCore/source/Impl/Timer.cpp @@ -82,7 +82,7 @@ namespace PolyVox float Timer::elapsedTimeInSeconds(void) { - return 0.0f + return 0.0f; } uint32_t Timer::elapsedTimeInMilliSeconds(void)