fix: NVIDIA graphics card compatibility

This commit is contained in:
2026-03-30 14:24:42 +08:00
parent c23a7de81e
commit 618ba0ce1c
3 changed files with 15 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ class TextureManager;
class World;
class Renderer {
public:
constexpr static int NUM_VAO = 1;
constexpr static int NUM_VAO = 5;
Renderer(const Camera& camera, World& world, const TextureManager& texture_manager);
~Renderer();