mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 06:07:12 +00:00
disabled boundary in sol
This commit is contained in:
@@ -1607,6 +1607,7 @@ void queuestraight(hyperpoint X, int style, color_t lc, color_t fc, PPR p) {
|
|||||||
void draw_boundary(int w) {
|
void draw_boundary(int w) {
|
||||||
|
|
||||||
if(w == 1) return;
|
if(w == 1) return;
|
||||||
|
if(sol) return;
|
||||||
|
|
||||||
dynamicval<ld> lw(vid.linewidth, vid.linewidth * vid.multiplier_ring);
|
dynamicval<ld> lw(vid.linewidth, vid.linewidth * vid.multiplier_ring);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user