Skip to content
Snippets Groups Projects
Commit 1dd0c285 authored by Andrew Maclean's avatar Andrew Maclean
Browse files

Running CppCheck and modernising any of the changed Picking files

parent 783925cb
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@ public:
MouseInteractorHighLightActor()
{
LastPickedActor = NULL;
LastPickedActor = nullptr;
SilhouetteActor = nullptr;
Silhouette = nullptr;
}
virtual ~MouseInteractorHighLightActor()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment