mirror of
https://github.com/Relintai/pmlpp.git
synced 2025-01-02 16:29:35 +01:00
Fix typo.
This commit is contained in:
parent
1823ffe616
commit
5c7c5593a6
@ -137,7 +137,7 @@ public:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void remove_row(real_t p_index) {
|
void remove_row(int p_index) {
|
||||||
ERR_FAIL_INDEX(p_index, _size.y);
|
ERR_FAIL_INDEX(p_index, _size.y);
|
||||||
|
|
||||||
--_size.y;
|
--_size.y;
|
||||||
|
Loading…
Reference in New Issue
Block a user