One of these days i WILL have my pulsating cube!

This commit is contained in:
lbsa71
2007-07-13 15:09:55 +00:00
parent 581ea0d92e
commit 170b648d4d
3 changed files with 7 additions and 14 deletions

View File

@@ -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);