mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +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);
|
||||
|
||||
--_size.y;
|
||||
|
Loading…
Reference in New Issue
Block a user