Skip to content

Commit 3f1b8d7

Browse files
committed
UPBGE: Fix missing physics elasticity in UI for static objects.
1 parent 864139f commit 3f1b8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release/scripts/startup/bl_ui/properties_game.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def draw(self, context):
178178
col = split.column()
179179
col.label(text="Attributes:")
180180
col.prop(game, "radius")
181+
col.prop(game, "elasticity", slider=True)
181182
col.label(text="Friction:")
182183
col.prop(game, "friction")
183184
col.prop(game, "rolling_friction")

0 commit comments

Comments
 (0)