mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-04 21:29:19 +00:00
sky:: draw_ceiling should not be restricted to non-sphere
This commit is contained in:
parent
07c6a596e0
commit
894252caf2
2
sky.cpp
2
sky.cpp
@ -388,7 +388,7 @@ EX void g_add_to_sky(cell *c, shiftmatrix& V, color_t col, color_t col2) {
|
|||||||
|
|
||||||
void celldrawer::draw_ceiling() {
|
void celldrawer::draw_ceiling() {
|
||||||
|
|
||||||
if(!models::is_perspective(pmodel) || sphere) return;
|
if(!models::is_perspective(pmodel)) return;
|
||||||
|
|
||||||
if(callhandlers(false, hooks_ceiling, this)) return;
|
if(callhandlers(false, hooks_ceiling, this)) return;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user