mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
fix mdBall
This commit is contained in:
parent
cfa01d878c
commit
27b572a44a
@ -2984,6 +2984,10 @@ EX void draw_boundary(int w) {
|
||||
return;
|
||||
}
|
||||
|
||||
case mdBall:
|
||||
/* circle_around_center not wanted */
|
||||
return;
|
||||
|
||||
default:
|
||||
if(models::is_perspective(pmodel)) return;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user