fix ressources path of image

This commit is contained in:
arthur.jamet
2021-06-01 14:07:34 +02:00
parent fd94bd41d3
commit fabc51ca2f
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ namespace RAY {
Texture::Texture(const Image &image):
_texture(LoadTextureFromImage(image)),
_resourcePath("IMAGE")
_resourcePath()
{
}