From 291993e0c1ae82f7789bfeef83aaa16ed47a9d18 Mon Sep 17 00:00:00 2001
From: Jonathan Wendt <wendt@vr.rwth-aachen.de>
Date: Thu, 14 Jun 2018 09:35:28 +0200
Subject: [PATCH] Update vr_controller_interaction_behavior.hpp to satisfy
 cppcheck

---
 .../combustion_demo/src/vr_controller_interaction_behavior.hpp  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demos/combustion_demo/src/vr_controller_interaction_behavior.hpp b/demos/combustion_demo/src/vr_controller_interaction_behavior.hpp
index 08601b9e..6ed6f309 100644
--- a/demos/combustion_demo/src/vr_controller_interaction_behavior.hpp
+++ b/demos/combustion_demo/src/vr_controller_interaction_behavior.hpp
@@ -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_
-- 
GitLab