mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 13:25:10 +00:00
fix ressources path of image
This commit is contained in:
@@ -20,7 +20,7 @@ namespace RAY
|
||||
//! @param filename: path to file to load
|
||||
Texture(const std::string &filename);
|
||||
|
||||
//! @brief A texture is not constructable
|
||||
//! @brief A texture is copy constructable
|
||||
Texture(const Texture &);
|
||||
|
||||
//! @brief A textrue can be loaded from an image
|
||||
|
||||
Reference in New Issue
Block a user