mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
GBA/32x: Render world without edge/horizon
This commit is contained in:
parent
4fb5cec968
commit
2c11be635d
@ -704,7 +704,7 @@ static CC_NOINLINE void BuildMapSides(void) {
|
||||
struct VertexTextured* data;
|
||||
|
||||
if (!World.Loaded) return;
|
||||
/*if (Gfx.Limitations & GFX_LIMIT_WORLD_ONLY) return;*/
|
||||
if (Gfx.Limitations & GFX_LIMIT_WORLD_ONLY) return;
|
||||
block = Env.SidesBlock;
|
||||
|
||||
if (Blocks.Draw[block] == DRAW_GAS) return;
|
||||
@ -757,7 +757,7 @@ static CC_NOINLINE void BuildMapEdges(void) {
|
||||
struct VertexTextured* data;
|
||||
|
||||
if (!World.Loaded) return;
|
||||
/*if (Gfx.Limitations & GFX_LIMIT_WORLD_ONLY) return;*/
|
||||
if (Gfx.Limitations & GFX_LIMIT_WORLD_ONLY) return;
|
||||
block = Env.EdgeBlock;
|
||||
|
||||
if (Blocks.Draw[block] == DRAW_GAS) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user