mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
fix(component): initialize s_pathEnd to prevent nullptr dereferencing
This commit is contained in:
parent
fdc24b9bed
commit
dcc1f26a29
@ -31,6 +31,10 @@ void CCharacterComponent::Initialize() {
|
||||
void CCharacterComponent::Initialize(EGxTexFormat textureFormat, uint32_t textureLevel, int32_t thread, int32_t compress) {
|
||||
// TODO
|
||||
|
||||
s_pathEnd = s_path;
|
||||
|
||||
// TODO
|
||||
|
||||
CCharacterComponent::InitDbData();
|
||||
|
||||
// TODO
|
||||
|
||||
Loading…
Reference in New Issue
Block a user