Skip to content

Commit

Permalink
UPBGE: Fix assert compilation in debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Oct 14, 2017
1 parent edeaad6 commit 2e369aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/gameengine/Converter/BL_BlenderDataConversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,6 @@ static PHY_ShapeProps BL_CreateShapePropsFromBlenderObject(struct Object *blende
{
PHY_ShapeProps shapeProps;

BLI_assert(shapeProps);

shapeProps.m_mass = blenderobject->mass;

/* This needs to be fixed in blender. For now, we use:
Expand Down

0 comments on commit 2e369aa

Please sign in to comment.