From 3b19aefb3420125429684a1a76624f2db877224b Mon Sep 17 00:00:00 2001 From: 0x01FE <0x01fe@0x01fe.net> Date: Mon, 24 Nov 2025 16:02:25 -0600 Subject: [PATCH] forgot to do a version bump for Frustum culling 0.9.0 -> 0.9.1 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 22e9b0a..1ba3a02 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -31,7 +31,7 @@ const float Z_NEAR = 0.1f; bool WIREFRAME_MODE = !true; const float FOV = 110.0f; -const std::string VERSION = "0.9.0"; +const std::string VERSION = "0.9.1"; const int VIEW_DISTANCE = 4;