Moving some code around
This commit is contained in:
@ -33,7 +33,7 @@ void skywallInit(primitive_t *primitive) {
|
||||
// Determine the X/Z for the given radian
|
||||
x = SKYWALL_SIZE * (float)cos(r);
|
||||
z = SKYWALL_SIZE * (float)sin(r);
|
||||
y = SKYWALL_SIZE * 1.333f;
|
||||
y = SKYWALL_SIZE * 1;
|
||||
|
||||
// Get the start index for the ertices
|
||||
n = i * SKYWALL_VERTICES_PER_SLICE;
|
||||
|
Reference in New Issue
Block a user