FBO working as expected, render background on menu state

This commit is contained in:
Eduardo Bart
2010-11-23 19:56:28 -02:00
parent 4b2886ebec
commit 4102ae093c
9 changed files with 131 additions and 57 deletions

View File

@@ -70,6 +70,7 @@ int main(int argc, const char *argv[])
g_resources.init(argv[0]);
if(g_resources.setWriteDir(Platform::getAppUserDir()))
g_resources.addToSearchPath(Platform::getAppUserDir());
g_resources.addToSearchPath("data");
// before loading configurations set the default ones
setDefaultConfigs();