Fix the terrain heightmap load from images (tested PNG and GIF).
parent
af6c9d355d
commit
7a9f5ed6b3
|
@ -463,7 +463,8 @@ namespace OpenSim.Region.Terrain
|
|||
break;
|
||||
|
||||
case "img":
|
||||
heightmap.LoadImage(filenameL);
|
||||
heightmap = heightmap.LoadImage(filenameL);
|
||||
tainted++;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue