mirror of
https://github.com/opensim/opensim.git
synced 2026-06-19 20:05:47 +08:00
revert 5134. Changing these bitmaps to 24bit just breaks things, and they never display
on the client.
This commit is contained in:
@@ -144,7 +144,7 @@ namespace OpenSim.Region.Environment.Modules.Scripting.VectorRender
|
||||
if ((size < 128) || (size > 1024))
|
||||
size = 256;
|
||||
|
||||
Bitmap bitmap = new Bitmap(size, size, PixelFormat.Format24bppRgb);
|
||||
Bitmap bitmap = new Bitmap(size, size, PixelFormat.Format32bppArgb);
|
||||
|
||||
Graphics graph = Graphics.FromImage(bitmap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user