refactor: change gl functions name

This commit is contained in:
2021-09-19 13:15:34 +02:00
parent a8b6a646af
commit bcde4278ab
7 changed files with 54 additions and 54 deletions

View File

@@ -8,9 +8,9 @@ namespace render {
namespace WorldLoader {
GL::VAO loadMobModel();
GL::VAO loadWorldModel(const td::game::World* world);
GL::VAO loadTileSelectModel();
GL::VertexArray loadMobModel();
GL::VertexArray loadWorldModel(const td::game::World* world);
GL::VertexArray loadTileSelectModel();
} // namespace WorldLoader