Skip to content

Commit

Permalink
UPBGE: Fix missing physics elasticity in UI for static objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
panzergame committed Apr 6, 2017
1 parent 864139f commit 3f1b8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release/scripts/startup/bl_ui/properties_game.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def draw(self, context):
col = split.column()
col.label(text="Attributes:")
col.prop(game, "radius")
col.prop(game, "elasticity", slider=True)
col.label(text="Friction:")
col.prop(game, "friction")
col.prop(game, "rolling_friction")
Expand Down

0 comments on commit 3f1b8d7

Please sign in to comment.