Cleanup: RNA naming, use 'max' as a suffix

This commit is contained in:
2015-10-12 12:26:48 +11:00
parent eb6e8521c2
commit e302105981
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ class PHYSICS_PT_game_physics(PhysicsButtonsPanel, Panel):
layout.prop(game, "step_height", slider=True)
layout.prop(game, "jump_speed")
layout.prop(game, "fall_speed")
layout.prop(game, "max_jumps")
layout.prop(game, "jump_max")
elif physics_type in {'DYNAMIC', 'RIGID_BODY'}:
split = layout.split()