mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
* minor: Remove warnings
* leaving in the ones to do with ScriptBase since these actually indicate coding bugs that I don't have the time/brainpower to fix at the moment
This commit is contained in:
@@ -36,8 +36,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
{
|
||||
// This functionality based on the XNA SculptPreview by John Hurliman.
|
||||
public class SculptMesh : Mesh
|
||||
{
|
||||
ManagedImage managedImage;
|
||||
{
|
||||
Image idata = null;
|
||||
Bitmap bLOD = null;
|
||||
Bitmap bBitmap = null;
|
||||
@@ -55,6 +54,7 @@ namespace OpenSim.Region.Physics.Meshing
|
||||
|
||||
try
|
||||
{
|
||||
ManagedImage managedImage; // we never use this
|
||||
OpenJPEG.DecodeToImage(jpegData, out managedImage, out idata);
|
||||
//int i = 0;
|
||||
//i = i / i;
|
||||
|
||||
Reference in New Issue
Block a user