POSITIVE-MENTAL-ATTITUDE 8 years ago
parent
commit
0208812cc2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Triangles.cpp

+ 2 - 2
src/Triangles.cpp

@@ -37,7 +37,7 @@ Triangles::Triangles(int argc, char** argv):
 	_variables.vsync = false;
 	_variables.vsync = false;
 	_variables.running = true;
 	_variables.running = true;
 	_variables.needsUpdate = false;
 	_variables.needsUpdate = false;
-	_variables.shaders = false;//true;//false;//true;//false;//sf::Shader::isAvailable();
+	_variables.shaders = sf::Shader::isAvailable();
 	_variables.nevermore = false;
 	_variables.nevermore = false;
 	_variables.window = &_window; 
 	_variables.window = &_window; 
 	_variables.assets = &_assets;
 	_variables.assets = &_assets;
@@ -292,7 +292,7 @@ int Triangles::run()
 	
 	
 	if(_context.running)
 	if(_context.running)
 	{
 	{
-		Echo::out(Echo::Empty, "Triangles version -0.7.9");
+		Echo::out(Echo::Empty, "Triangles version -0.7.8");
 		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");