From 9505ee252e2670aa40a2c3db7e9101940099f2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Gia=20Phong?= Date: Tue, 14 Sep 2021 16:53:30 +0700 Subject: Remove loading screen The game loads almost instantaneous on modern machines anyway. --- src/Game.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Game.h') diff --git a/src/Game.h b/src/Game.h index 363cfcc..5e6520b 100644 --- a/src/Game.h +++ b/src/Game.h @@ -172,7 +172,6 @@ public: // GL functions GLvoid ReSizeGLScene(float fov, float near); void DrawGLScene(); - void LoadingScreen(float percent); // Game functions void Tick(); -- cgit v1.2.3