mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
made default bias 0 to ensure transparency
This commit is contained in:
parent
d3886f08e8
commit
04a353cdbf
@ -117,7 +117,7 @@ class ShowBase(DirectObject.DirectObject):
|
||||
taskMgr.resumeFunc = PStatClient.resumeAfterPause
|
||||
|
||||
|
||||
profile.Profile.bias = float(self.config.GetString("profile-bias",6.25e-006))
|
||||
profile.Profile.bias = float(self.config.GetString("profile-bias",0))
|
||||
|
||||
|
||||
def f8(x):
|
||||
|
Loading…
x
Reference in New Issue
Block a user