mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
whoops, float not int
This commit is contained in:
parent
30e8d98f2c
commit
540e5ff85e
@ -14,7 +14,7 @@ class BufferViewer(DirectObject):
|
||||
def __init__(self):
|
||||
"""Access: private. Constructor."""
|
||||
self.enabled = 0
|
||||
size = ConfigVariableInt('buffer-viewer-size', '0 0')
|
||||
size = ConfigVariableDouble('buffer-viewer-size', '0 0')
|
||||
self.sizex = size[0]
|
||||
self.sizey = size[1]
|
||||
self.position = ConfigVariableString('buffer-viewer-position', "lrcorner").getValue()
|
||||
|
Loading…
x
Reference in New Issue
Block a user