Hi, got a strange problem with panda3d, I turned on the fps meter in my Config.prc. That worked great but now I turned it off (show-frame-rate-meter #f). But the fps meter i still showing? Makes no sense!
Also tried setting it in the code:
from pandac.PandaModules import loadPrcFileData
loadPrcFileData(’’, ‘show-frame-rate-meter #f’)
But the fps-meter is still up there in the right corner, tried on another computer and the same there, something I’m missing or a bug?