Skip to content

Commit

Permalink
crash bug on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Sep 6, 2024
1 parent e6e9cf6 commit 37580ea
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace ndAdvancedRobot
#define ND_TRAIN_MODEL
#define CONTROLLER_NAME "ndRobotArmReach-vpg.dnn"

#define ND_USE_EULERS
//#define ND_USE_EULERS

class ndActionVector
{
Expand Down Expand Up @@ -283,6 +283,7 @@ namespace ndAdvancedRobot
:ndModelNotify()
,m_effectorMatrixOffset(ndGetIdentityMatrix())
,m_effectorPositOffset(ndVector::m_wOne)
,m_controller(nullptr)
,m_controllerTrainer(nullptr)
,m_world(nullptr)
,m_arm_0(nullptr)
Expand All @@ -307,6 +308,7 @@ namespace ndAdvancedRobot
:ndModelNotify()
,m_effectorMatrixOffset(ndGetIdentityMatrix())
,m_effectorPositOffset(ndVector::m_wOne)
,m_controller(nullptr)
,m_controllerTrainer(nullptr)
,m_world(nullptr)
,m_arm_0(nullptr)
Expand Down

0 comments on commit 37580ea

Please sign in to comment.