mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
A few bug fixes on map V2. Zoom level weirdness still there.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace OpenSim.Services.MapImageService
|
||||
|
||||
public byte[] GetMapTile(string fileName, out string format)
|
||||
{
|
||||
format = "jpg";
|
||||
format = ".jpg";
|
||||
string fullName = Path.Combine(m_TilesStoragePath, fileName);
|
||||
if (File.Exists(fullName))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user