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