From 965ff9cc09401ae61c15aca0232d59fac17bfce3 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Tue, 27 Sep 2022 13:35:49 -0400 Subject: async chunk meshing --- src/first_app.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/first_app.hpp') diff --git a/src/first_app.hpp b/src/first_app.hpp index 87cedba..3339b04 100755 --- a/src/first_app.hpp +++ b/src/first_app.hpp @@ -32,8 +32,6 @@ class FirstApp { static constexpr int WIDTH = 800; static constexpr int HEIGHT = 600; - void loadGameObjects(); - xe::Engine xeEngine; std::vector gameObjects; -- cgit v1.2.3-freya