mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 13:21:10 +01:00
Typo fix.
This commit is contained in:
parent
81e9a54129
commit
701e07a2cd
@ -113,7 +113,7 @@ void PaintCanvas::set_big_grid_size(const int size) {
|
||||
|
||||
if (big_grid) {
|
||||
int s = size * _pixel_size;
|
||||
grid->set_size(Size2(s, s));
|
||||
big_grid->set_size(Size2(s, s));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user