SearchAndRescue2 / sar2

Search and Rescue II. Helicopter flight simulator for Linux and OSX.
https://searchandrescue2.github.io/sar2/
GNU General Public License v2.0
31 stars 5 forks source link

Corsica scenery base ground texture name correction. #54

Closed jmbau closed 11 months ago

jmbau commented 11 months ago

In corsica scenery, water at see level is white because _scene_groundtile tries to load _water01text (which is not defined in this scenery) instead of _water02tex . This solves the issue.

hsanjuan commented 11 months ago

Thanks, I broke that, sorry.