mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Initial port of the Warp3D map tile renderer
This commit is contained in:
@@ -413,7 +413,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
return;
|
||||
}
|
||||
|
||||
using (Image mapTile = tileGenerator.CreateMapTile("defaultstripe.png"))
|
||||
using (Image mapTile = tileGenerator.CreateMapTile())
|
||||
{
|
||||
using (MemoryStream stream = new MemoryStream())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user