mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
cleaned up some mono compiler warnings
This commit is contained in:
@@ -56,8 +56,8 @@ namespace SimpleApp
|
||||
|
||||
for (int i = 0; i < 65536; i++)
|
||||
{
|
||||
int x = i%256;
|
||||
int y = i/256;
|
||||
//int x = i%256;
|
||||
//int y = i/256;
|
||||
|
||||
map[i] = 25f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user