diff options
author | lbsa71 | 2007-07-13 15:09:55 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-13 15:09:55 +0000 |
commit | 170b648d4d2a51b44bf695ae8d25345745d2ee1c (patch) | |
tree | 7281fbfa8efa108f3b864a268a1ec20c914b1edb /OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |
parent | inlined packet deserialization (diff) | |
download | opensim-SC-170b648d4d2a51b44bf695ae8d25345745d2ee1c.zip opensim-SC-170b648d4d2a51b44bf695ae8d25345745d2ee1c.tar.gz opensim-SC-170b648d4d2a51b44bf695ae8d25345745d2ee1c.tar.bz2 opensim-SC-170b648d4d2a51b44bf695ae8d25345745d2ee1c.tar.xz |
One of these days i WILL have my pulsating cube!
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyWorld.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyWorld.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs index 3c69420..ee35b8e 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyWorld.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyWorld.cs | |||
@@ -30,7 +30,7 @@ namespace SimpleApp | |||
30 | int x = i % 256; | 30 | int x = i % 256; |
31 | int y = i / 256; | 31 | int y = i / 256; |
32 | 32 | ||
33 | map[i] = (float)(x + y / 2); | 33 | map[i] = 0f; |
34 | } | 34 | } |
35 | 35 | ||
36 | remoteClient.SendLayerData(map); | 36 | remoteClient.SendLayerData(map); |