diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-27 13:35:49 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-09-27 13:35:49 -0400 |
commit | 965ff9cc09401ae61c15aca0232d59fac17bfce3 (patch) | |
tree | 9fb7619560e528cbf83edfed57b6b7695e8b9a94 /src/first_app.hpp | |
parent | change shader lighting (diff) | |
download | minecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.tar.gz minecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.tar.bz2 minecraftvulkan-965ff9cc09401ae61c15aca0232d59fac17bfce3.zip |
async chunk meshing
Diffstat (limited to 'src/first_app.hpp')
-rwxr-xr-x | src/first_app.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<xe::GameObject> gameObjects; |