refactoring: selectable gfx renderer groundwork

This commit is contained in:
tmj-fstate
2019-10-12 18:38:01 +02:00
parent c312251580
commit 936e537a7a
24 changed files with 245 additions and 171 deletions

View File

@@ -119,7 +119,7 @@ state_serializer::deserialize( cParser &Input, scene::scratch_data &Scratchpad )
timelast = timenow;
glfwPollEvents();
Application.set_progress( Input.getProgress(), Input.getFullProgress() );
GfxRenderer.Render();
GfxRenderer->Render();
}
token = Input.getToken<std::string>();