mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 12:26:59 +01:00
And an another one.
This commit is contained in:
parent
5f6c223dc4
commit
b796390962
@ -1237,7 +1237,7 @@ bool String::is_word_at(const int index, const char *p_str) const {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (operator[](iind) != (CharType)str[i]) {
|
if (operator[](iind) != (CharType)p_str[i]) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user