mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +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) {
|
void CCharacterComponent::Initialize(EGxTexFormat textureFormat, uint32_t textureLevel, int32_t thread, int32_t compress) {
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
|
s_pathEnd = s_path;
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
|
||||||
CCharacterComponent::InitDbData();
|
CCharacterComponent::InitDbData();
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user