Skip to content
Snippets Groups Projects
Commit e5f4800f authored by Sebastian Gaida's avatar Sebastian Gaida
Browse files

[#69] remove class name in definition

parent 718ded9d
No related branches found
No related tags found
1 merge request!56Resolve "Partikelsystem"
Pipeline #25703 passed
...@@ -11,7 +11,7 @@ public: ...@@ -11,7 +11,7 @@ public:
void setPosition( const glm::vec3 pos ); void setPosition( const glm::vec3 pos );
const glm::vec3& Particle::getVelocity()const; const glm::vec3& getVelocity()const;
void setVelocity( const glm::vec3 vel ); void setVelocity( const glm::vec3 vel );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment