mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix the terrain heightmap load from images (tested PNG and GIF).
This commit is contained in:
@@ -463,7 +463,8 @@ namespace OpenSim.Region.Terrain
|
||||
break;
|
||||
|
||||
case "img":
|
||||
heightmap.LoadImage(filenameL);
|
||||
heightmap = heightmap.LoadImage(filenameL);
|
||||
tainted++;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user