particles test

This commit is contained in:
Henrique Santiago
2011-12-18 21:44:49 -02:00
parent e3e6770957
commit ab9efe5a95
7 changed files with 87 additions and 27 deletions

View File

@@ -111,11 +111,8 @@ void Application::init(const std::vector<std::string>& args, int appFlags)
if(m_appFlags & Fw::AppEnableModules)
g_modules.discoverModulesPath();
g_particleManager.load("particle.otpa");
}
void Application::terminate()
{
// hide the window because there is no render anymore