summaryrefslogtreecommitdiffstats
path: root/Samples/CommonSrc/Platform/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/CommonSrc/Platform/Platform.h')
-rw-r--r--Samples/CommonSrc/Platform/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Samples/CommonSrc/Platform/Platform.h b/Samples/CommonSrc/Platform/Platform.h
index 201aad6..47d8f67 100644
--- a/Samples/CommonSrc/Platform/Platform.h
+++ b/Samples/CommonSrc/Platform/Platform.h
@@ -111,7 +111,7 @@ protected:
Application* pApp;
Ptr<RenderDevice> pRender;
Ptr<GamepadManager> pGamepadManager;
- UInt64 StartupTicks;
+ double StartupSeconds;
public:
PlatformCore(Application *app);