Fix tiny bug.
This commit is contained in:
@@ -123,7 +123,7 @@ void ALuprexGameModeBase::UpdatePossessedTangible() {
|
||||
if (pawn == nullptr) {
|
||||
if (ptan != nullptr) {
|
||||
TM->SetPossessedTangible(nullptr);
|
||||
ctrl->Possess(nullptr);
|
||||
ctrl->UnPossess();
|
||||
}
|
||||
} else {
|
||||
if (ptan != tan) {
|
||||
|
||||
Reference in New Issue
Block a user