Removed todo from mesh.

This commit is contained in:
Relintai 2024-01-13 14:38:54 +01:00
parent 1782ec9348
commit 5cfffb109d

View File

@ -16,8 +16,6 @@ class Mesh : public Resource {
SFW_OBJECT(Mesh, Resource);
public:
//TODO remove the float based api
void add_vertex2(float x, float y);
void add_vertex2(const Vector2 &v);