Removed delegate
This commit is contained in:
parent
d1ae53f049
commit
ba22c0a583
|
@ -240,7 +240,7 @@ void ACarlaGameModeBase::EndPlay(const EEndPlayReason::Type EndPlayReason)
|
|||
|
||||
// OnEndFrame
|
||||
FCoreDelegates::OnEndFrame.Remove(CaptureAtlasDelegate);
|
||||
FCoreDelegates::OnEndFrame.Remove(SendAtlasDelegate);
|
||||
//FCoreDelegates::OnEndFrame.Remove(SendAtlasDelegate);
|
||||
}
|
||||
|
||||
void ACarlaGameModeBase::SpawnActorFactories()
|
||||
|
|
Loading…
Reference in New Issue