POSITIVE-MENTAL-ATTITUDE 8 years ago
parent
commit
7b514ad204
2 changed files with 1 additions and 2 deletions
  1. 0 1
      src/IngameState.cpp
  2. 1 1
      src/Triangles.cpp

+ 0 - 1
src/IngameState.cpp

@@ -72,7 +72,6 @@ void IngameState::init()
 	
 	
 	_player.setContext(_context); 
 	_player.setContext(_context); 
 	_player.setPosition(_foreground.getPlayerPosition() + sf::Vector2f(_player.getTexture()->getSize() / 2u));
 	_player.setPosition(_foreground.getPlayerPosition() + sf::Vector2f(_player.getTexture()->getSize() / 2u));
-	Echo::error(_player.getOrigin().x, ' ', _player.getOrigin().y);
 	
 	
 	_background.setTextureRect(sf::IntRect(0, 0, _foreground.getSize().x, _foreground.getSize().y));
 	_background.setTextureRect(sf::IntRect(0, 0, _foreground.getSize().x, _foreground.getSize().y));
 	_noshaders.setTextureRect(sf::IntRect(0, 0, _foreground.getSize().x, _foreground.getSize().y));
 	_noshaders.setTextureRect(sf::IntRect(0, 0, _foreground.getSize().x, _foreground.getSize().y));

+ 1 - 1
src/Triangles.cpp

@@ -291,7 +291,7 @@ int Triangles::run()
 	
 	
 	if(_context.running)
 	if(_context.running)
 	{
 	{
-		Echo::out(Echo::Empty, "Triangles version 0.0.4");
+		Echo::out(Echo::Empty, "Triangles version 0.0.5");
 		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");