remove test code

This commit is contained in:
MihailRis
2024-06-22 21:35:21 +03:00
parent e4f9bd03b7
commit 848d121099
2 changed files with 1 additions and 15 deletions
-1
View File
@@ -41,7 +41,6 @@ class WorldRenderer {
std::unique_ptr<Batch3D> batch3d;
std::unique_ptr<ModelBatch> modelBatch;
std::unique_ptr<model::Model> model;
bool drawChunk(size_t index, Camera* camera, Shader* shader, bool culling);
void drawChunks(Chunks* chunks, Camera* camera, Shader* shader);