Successfull Oculus Builds

This commit is contained in:
2023-09-03 14:18:44 +02:00
parent 283e7e2605
commit 362d216dfd
19 changed files with 13 additions and 11 deletions

View File

@@ -62,8 +62,10 @@ void ABuildingBlock::DestroyBlock_Implementation() {
}
void ABuildingBlock::DestroyWithDelay_Implementation() {
IsBeingDestroyed = true;
OnBlockDestroyed.ExecuteIfBound();
if (!IsBeingDestroyed) {
IsBeingDestroyed = true;
OnBlockDestroyed.ExecuteIfBound();
}
}
void ABuildingBlock::Ripple() {