Skip to content

Commit

Permalink
Ukryty bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adbednarz committed Dec 15, 2020
1 parent aa9bc4f commit 16e29a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/FistsOfSnake/FPSProjectileGrenade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ void AFPSProjectileGrenade::OnDetonate()
{
for (auto& hited : OutHits)
{
if (!&hited)
continue;
// Throw away some static mesh
UStaticMeshComponent *SM = Cast<UStaticMeshComponent>(hited.GetActor()->GetRootComponent());
if (SM)
Expand Down

0 comments on commit 16e29a8

Please sign in to comment.