Skip to content
Snippets Groups Projects
Commit 291993e0 authored by Jonathan Wendt's avatar Jonathan Wendt
Browse files

Update vr_controller_interaction_behavior.hpp to satisfy cppcheck

parent 4aeb3c33
No related branches found
No related tags found
1 merge request!132Feature/#455 remove navigation and improve interaction for combustion demo
......@@ -52,7 +52,7 @@ class VRControllerInteractionBehavior : public phx::Behavior {
private:
phx::Transform* target_ = nullptr;
bool is_grabbed_ = false;
int release_delay_;
int release_delay_ = 0;
};
#endif // DEMOS_COMBUSTION_DEMO_SRC_VR_CONTROLLER_INTERACTION_BEHAVIOR_HPP_
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment