Refactoring graphics
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
|
||||
using namespace Seele;
|
||||
|
||||
StaticMeshVertexData::StaticMeshVertexData()
|
||||
{}
|
||||
extern List<VertexData*> vertexDataList;
|
||||
|
||||
StaticMeshVertexData::StaticMeshVertexData(Gfx::PGraphics graphics)
|
||||
: VertexData(graphics)
|
||||
{
|
||||
vertexDataList.add(this);
|
||||
}
|
||||
|
||||
StaticMeshVertexData::~StaticMeshVertexData()
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user