This commit is contained in:
2023-08-24 13:38:55 +02:00
parent 295144bc27
commit 484cc0710c
15 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -48,7 +48,9 @@ void AFireworkBase::Tick(float DeltaTime)
void AFireworkBase::SetFire() void AFireworkBase::SetFire()
{ {
WickRemainingTime = WickBurningTime; WickRemainingTime = WickBurningTime;
if (IsValid(WickEmitter)) {
WickEmitter->Activate(true); WickEmitter->Activate(true);
}
IsBurning = true; IsBurning = true;
} }