ksys/gdt: Fix typo in TriggerParam comment

This commit is contained in:
Léo Lam 2020-11-04 17:24:27 +01:00
parent 0b6cdede6d
commit f9373cd154
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public:
void setCurrentRupeeFlagName(const sead::SafeString& name);
// region Value getters (by hash)
// region Value getters (by index)
bool getBool(bool* value, s32 index, bool check_permissions) const;
bool getS32(s32* value, s32 index, bool check_permissions) const;