No more shared pointers
This commit is contained in:
@@ -8,6 +8,10 @@ MeshUpdater::MeshUpdater(PScene scene)
|
||||
{
|
||||
}
|
||||
|
||||
MeshUpdater::~MeshUpdater()
|
||||
{
|
||||
}
|
||||
|
||||
void MeshUpdater::update(Component::Transform& transform, Component::Mesh& mesh)
|
||||
{
|
||||
mesh.vertexData->updateMesh(transform, mesh);
|
||||
|
||||
Reference in New Issue
Block a user