chore(component): add temp return value to CCharacterComponent::RenderPrep

This commit is contained in:
fallenoak 2025-10-23 17:21:07 -05:00
parent 190ceb7a49
commit a17ba56f0e
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -582,6 +582,7 @@ int32_t CCharacterComponent::RenderPrep(int32_t a2) {
}
// TODO
return 1;
}
void CCharacterComponent::RenderPrepAll() {