mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-20 05:15: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(LoadTextureFromImage(image)),
|
||||
_resourcePath("IMAGE")
|
||||
_resourcePath()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user