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:
@@ -23,7 +23,7 @@ namespace RAY {
|
|||||||
|
|
||||||
Texture::Texture(const Image &image):
|
Texture::Texture(const Image &image):
|
||||||
_texture(LoadTextureFromImage(image)),
|
_texture(LoadTextureFromImage(image)),
|
||||||
_resourcePath("IMAGE")
|
_resourcePath()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace RAY
|
|||||||
//! @param filename: path to file to load
|
//! @param filename: path to file to load
|
||||||
Texture(const std::string &filename);
|
Texture(const std::string &filename);
|
||||||
|
|
||||||
//! @brief A texture is not constructable
|
//! @brief A texture is copy constructable
|
||||||
Texture(const Texture &);
|
Texture(const Texture &);
|
||||||
|
|
||||||
//! @brief A textrue can be loaded from an image
|
//! @brief A textrue can be loaded from an image
|
||||||
|
|||||||
Reference in New Issue
Block a user