placeHolder texture rename + comments
This commit is contained in:
parent
f574bd769d
commit
d849c8b037
3 changed files with 5 additions and 3 deletions
|
@ -2,4 +2,4 @@
|
|||
#include <SFML/Graphics/Texture.hpp>
|
||||
#include <SFML/System/Vector2.hpp>
|
||||
|
||||
sf::Texture placeHolder = sf::Texture(sf::Vector2u(200, 200));
|
||||
sf::Texture PLACE_HOLDER_TEXTURE = sf::Texture(sf::Vector2u(20, 20));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue