From 3138eea0c23c96354d4b31dadea66187a4ee1819 Mon Sep 17 00:00:00 2001 From: ViktorLjung Date: Sun, 9 Mar 2014 21:27:33 +0100 Subject: [PATCH] Fixade lite i obj load --- Escape-the-Dawn/Model.cpp | 12 ++++++++---- Escape-the-Dawn/Systems/RenderSystem.cpp | 6 ------ 2 files changed, 8 insertions(+), 10 deletions(-) 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 ) -{ - -} -