mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-06-07 13:22:11 +00:00
sky:: draw_ceiling should not be restricted to non-sphere
This commit is contained in:
@@ -388,7 +388,7 @@ EX void g_add_to_sky(cell *c, shiftmatrix& V, color_t col, color_t col2) {
|
||||
|
||||
void celldrawer::draw_ceiling() {
|
||||
|
||||
if(!models::is_perspective(pmodel) || sphere) return;
|
||||
if(!models::is_perspective(pmodel)) return;
|
||||
|
||||
if(callhandlers(false, hooks_ceiling, this)) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user