16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 07:49:19 +02:00
This commit is contained in:
milek7
2018-07-10 23:21:50 +02:00
parent fba3b253a7
commit a13fc4e500
28 changed files with 32185 additions and 1034 deletions

View File

@@ -136,6 +136,7 @@ state_manager::deserialize( cParser &Input, scene::scratch_data &Scratchpad ) {
glfwPollEvents();
UILayer.set_progress( Input.getProgress(), Input.getFullProgress() );
GfxRenderer.Render();
GfxRenderer.SwapBuffers();
}
token = Input.getToken<std::string>();