|
@@ -280,16 +280,6 @@ void Triangles::load(int stateType)
|
|
_window.lockFramerate(false);
|
|
_window.lockFramerate(false);
|
|
|
|
|
|
_current->refresh();
|
|
_current->refresh();
|
|
-
|
|
|
|
- /**
|
|
|
|
- * I don't know why, but for some reason this crap mswindows blackscreens the window
|
|
|
|
- * if it isn't recreated
|
|
|
|
- * on the following conditions:
|
|
|
|
- */
|
|
|
|
- #ifndef __linux__
|
|
|
|
- if(stateType == State::Menu && !_variables.shaders)
|
|
|
|
- _window.recreate();
|
|
|
|
- #endif
|
|
|
|
|
|
|
|
Echo::debug("Done.");
|
|
Echo::debug("Done.");
|
|
}
|
|
}
|
|
@@ -301,7 +291,7 @@ int Triangles::run()
|
|
|
|
|
|
if(_context.running)
|
|
if(_context.running)
|
|
{
|
|
{
|
|
- Echo::out(Echo::Empty, "Triangles version 0.0.2");
|
|
|
|
|
|
+ Echo::out(Echo::Empty, "Triangles version 0.0.3");
|
|
Echo::out(Echo::Empty, "Copyright (C) 2016 POSITIVE MENTAL ATTITUDE");
|
|
Echo::out(Echo::Empty, "Copyright (C) 2016 POSITIVE MENTAL ATTITUDE");
|
|
Echo::out(Echo::Empty, "This program comes with ABSOLUTELY NO WARRANTY;");
|
|
Echo::out(Echo::Empty, "This program comes with ABSOLUTELY NO WARRANTY;");
|
|
Echo::out(Echo::Empty, "This is free software, and you are welcome to redistribute it");
|
|
Echo::out(Echo::Empty, "This is free software, and you are welcome to redistribute it");
|