mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 03:09:53 +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