mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
Fix wrong function name.
This commit is contained in:
parent
b7354c16f7
commit
f52a8455a4
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};
|
UserDisplayString ds{ key, x, y, col, f, translated};
|
||||||
|
|
||||||
s_addItemCallback(id, ds);
|
s_setItemCallback(id, ds);
|
||||||
return ptr;
|
return ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue