fixed some bugs

This commit is contained in:
aap
2017-10-04 22:08:26 +02:00
parent 017e86053a
commit f9668df80e
3 changed files with 9 additions and 11 deletions

View File

@@ -322,11 +322,11 @@ Draw(float timeDelta)
camera->update();
camera->m_rwcam->beginUpdate();
// Scene.clump->render();
Scene.clump->render();
// im2dtest();
// tlTest(Scene.clump);
im3dtest();
printScreen("Hello, World!", 10, 10);
// im3dtest();
// printScreen("Hello, World!", 10, 10);
camera->m_rwcam->endUpdate();
camera->m_rwcam->showRaster();