diff --git a/Escape-the-Dawn/Model.cpp b/Escape-the-Dawn/Model.cpp index 685833c..0dca89d 100644 --- a/Escape-the-Dawn/Model.cpp +++ b/Escape-the-Dawn/Model.cpp @@ -170,16 +170,20 @@ void Model::CreateBuffers( std::vector _Vertices, std::vectorAddModelToDraw(model, transformComponent->Position, transformComponent->Orientation); } -void Systems::RenderSystem::Update( double dt ) -{ - -} -