mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
removed debug shift-key speedwalk feature
This commit is contained in:
parent
4caaf386c1
commit
634ed836a1
@ -454,8 +454,8 @@ class GravityWalker(DirectObject.DirectObject):
|
||||
# Determine what the speeds are based on the buttons:
|
||||
self.speed=(forward and self.avatarControlForwardSpeed or
|
||||
reverse and -self.avatarControlReverseSpeed)
|
||||
if run and self.speed>0.0:
|
||||
self.speed*=2.0 #*#
|
||||
#if run and self.speed>0.0:
|
||||
# self.speed*=2.0 #*#
|
||||
# Should fSlide be renamed slideButton?
|
||||
self.slideSpeed=slide and (
|
||||
(turnLeft and -self.avatarControlForwardSpeed) or
|
||||
|
Loading…
x
Reference in New Issue
Block a user