mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 07:49:19 +02:00
path fixes
This commit is contained in:
@@ -916,7 +916,7 @@ texture_manager::find_on_disk( std::string const &Texturename ) const {
|
||||
|
||||
return(
|
||||
FileExists( Texturename ) ? Texturename :
|
||||
FileExists( szTexturePath + Texturename ) ? szTexturePath + Texturename :
|
||||
FileExists( global_texture_path + Texturename ) ? global_texture_path + Texturename :
|
||||
"" );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user