Skip to content

Commit

Permalink
fix segmentation not updating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Nov 1, 2017
1 parent a4190ac commit 552a80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unreal/Plugins/AirSim/Source/AirBlueprintLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ bool UAirBlueprintLib::SetMeshStencilID(const std::string& mesh_name, int object
//mesh->SetVisibility(true);
mesh->MarkRenderStateDirty();

if (! is_name_regex)
return true;
//if (! is_name_regex)
// return true;
}
}

Expand Down

0 comments on commit 552a80f

Please sign in to comment.