fix mdBall

This commit is contained in:
Zeno Rogue 2023-08-15 14:39:52 +02:00
parent cfa01d878c
commit 27b572a44a
1 changed files with 4 additions and 0 deletions

View File

@ -2983,6 +2983,10 @@ EX void draw_boundary(int w) {
}
return;
}
case mdBall:
/* circle_around_center not wanted */
return;
default:
if(models::is_perspective(pmodel)) return;