mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
manually fix bug where sometimes the top / bottom pixel of circle brushes would disappear
This commit is contained in:
@@ -49,6 +49,8 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
bitmap[size.X/2] = 255;
|
||||||
|
bitmap[size.X*size.Y-size.X/2-1] = 255;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user