ecere/gfx3D/Mesh: Temporary Workaround to access OpenGL VBOs
[sdk] / ecere / src / gfx / 3D / Mesh.ec
index 4cf0456..df33a3b 100644 (file)
@@ -624,6 +624,11 @@ public:
       return result;
    }
 
+   void * GetData()
+   {
+      return data;
+   }
+
 private:
 
    void SetMinMaxRadius(void)