Skip to content

Commit

Permalink
Update Mesh.h
Browse files Browse the repository at this point in the history
  • Loading branch information
BarthPaleologue committed Oct 20, 2023
1 parent c832c32 commit 94c5a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/meshes/Mesh.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Mesh : public Transformable {
void render(glm::mat4 projectionViewMatrix, Shader* shaderOverride = nullptr);

private:
const char *_name;
std::string _name;
std::string _id;
VertexData _vertexData;

Expand Down

0 comments on commit 94c5a25

Please sign in to comment.