forgot to do a version bump for Frustum culling 0.9.0 -> 0.9.1

This commit is contained in:
0x01FE 2025-11-24 16:02:25 -06:00
parent 243f69291e
commit 3b19aefb34

View File

@ -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;