mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
or to ||.
This commit is contained in:
parent
d0af0cb360
commit
79aa630959
@ -72,7 +72,7 @@ void PaintCanvasLayer::resize(const int width, const int height) {
|
|||||||
|
|
||||||
for (int x = 0; x < prev_width; ++x) {
|
for (int x = 0; x < prev_width; ++x) {
|
||||||
for (int y = 0; y < prev_height; ++y) {
|
for (int y = 0; y < prev_height; ++y) {
|
||||||
if (x >= width or y >= height) {
|
if (x >= width || y >= height) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user