Modif de booster

This commit is contained in:
Claudel-D-Roy
2023-11-20 16:51:36 -05:00
parent 279ea6072f
commit 38a6c26407
3 changed files with 4 additions and 4 deletions

View File

@@ -9,6 +9,6 @@
class Booster {
public:
void RenderBillboard(const Vector3f pos, TextureAtlas& textureAtlas, TextureAtlas::TextureIndex idx, Shader& shader, Transformation tran);
void RenderBillboard(const Vector3f pos, TextureAtlas& textureAtlas, Shader& shader, Transformation tran);
};
#endif