Browse Source

oops, typo

Zachary Pavlov 18 years ago
parent
commit
5567d71a07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/ShowBase.py

+ 1 - 1
direct/src/showbase/ShowBase.py

@@ -117,7 +117,7 @@ class ShowBase(DirectObject.DirectObject):
         taskMgr.resumeFunc = PStatClient.resumeAfterPause
 
         
-        profile.Profile.bias = float(self.config.GetString("profile-bias",0))
+        profile.Profile.bias = float(self.config.GetString("profile-bias","0"))
         
                
         def f8(x):