2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 04:59:11 +00:00

Code cleanup and add NamedResourceCatalog

This commit is contained in:
2016-02-20 00:31:11 -08:00
parent 5229f95fb7
commit 8af98fb2f3
5 changed files with 154 additions and 14 deletions

View File

@@ -225,10 +225,6 @@ int CMain::appMain(boo::IApplication* app)
float rgba[4] = { 0.2f, 0.2f, 0.2f, 1.0f};
gfxQ->setClearColor(rgba);
float time = 0.0f;
int frame = 0;
CTimeProvider test(time);
while (!xe8_b24_finished)
{
mainWindow->waitForRetrace();
@@ -237,9 +233,6 @@ int CMain::appMain(boo::IApplication* app)
gfxQ->resolveDisplay(nullptr);
gfxQ->execute();
time = (frame++) / 60.f;
//fprintf(stderr, "%f\n", test.x0_currentTime);
}
return 0;
}