Browse Source

stop crash from null objects at exit, part duex a

JimMarlowe 9 years ago
parent
commit
f4cdc94f3f
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/Atomic/Engine/Engine.cpp

+ 0 - 2
Source/Atomic/Engine/Engine.cpp

@@ -715,7 +715,6 @@ void Engine::DumpMemory()
 
 
 void Engine::Update()
 void Engine::Update()
 {
 {
-    
     ATOMIC_PROFILE(Update);
     ATOMIC_PROFILE(Update);
 
 
     // Logic update event
     // Logic update event
@@ -737,7 +736,6 @@ void Engine::Update()
 
 
 void Engine::Render()
 void Engine::Render()
 {
 {
-
     if (headless_)
     if (headless_)
         return;
         return;