mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
One of these days i WILL have my pulsating cube!
This commit is contained in:
@@ -30,7 +30,7 @@ namespace SimpleApp
|
||||
int x = i % 256;
|
||||
int y = i / 256;
|
||||
|
||||
map[i] = (float)(x + y / 2);
|
||||
map[i] = 0f;
|
||||
}
|
||||
|
||||
remoteClient.SendLayerData(map);
|
||||
|
||||
Reference in New Issue
Block a user