remove ModelBatch.test(...)

This commit is contained in:
MihailRis
2024-06-21 19:19:20 +03:00
parent 6ba38ee167
commit 1a12a6923a
3 changed files with 7 additions and 27 deletions
-1
View File
@@ -81,7 +81,6 @@ public:
void draw(const model::Model& model);
void test(glm::vec3 pos, glm::vec3 size);
void flush();
};