mirror of
https://github.com/izzy2lost/Ghostship.git
synced 2026-06-19 01:17:03 -07:00
Removed printf
This commit is contained in:
+1
-2
@@ -1,4 +1,5 @@
|
||||
#include <libultraship.h>
|
||||
#include <stdlib.h>
|
||||
#include "area.h"
|
||||
#include "engine/math_util.h"
|
||||
#include "geo_misc.h"
|
||||
@@ -239,8 +240,6 @@ void draw_skybox_tile_grid(Gfx **dlist, s8 background, s8 player, s8 colorIndex)
|
||||
int32_t x = skyboxCol * CHUNK_WIDTH;
|
||||
int32_t y = skyboxRow * CHUNK_HEIGHT;
|
||||
|
||||
printf("Skybox tile: %d, %d\n", x, y);
|
||||
|
||||
if(x >= 256){
|
||||
y -= CHUNK_HEIGHT;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user