mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Fix wrong function name.
This commit is contained in:
parent
375e8012aa
commit
b5d8fe06ad
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ std::unique_ptr<GameScriptDisplayString> GameScriptDisplayString::Create(std::st
|
|||
|
||||
UserDisplayString ds{ key, x, y, col, f, translated};
|
||||
|
||||
s_addItemCallback(id, ds);
|
||||
s_setItemCallback(id, ds);
|
||||
return ptr;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue