Skip to content
Snippets Groups Projects
Commit 6ad13794 authored by bobarna's avatar bobarna
Browse files

added minor todo

parent ba4f1e5a
No related branches found
No related tags found
1 merge request!2Head propagate
......@@ -17,6 +17,7 @@ public:
virtual void Draw() = 0;
virtual VertexData GetVertexDataByUV(float u, float v) {
//TODO fix this horrible quick stuff
return vtxData[std::rand()%vtxData.size()];
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment