mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
safe to make this the default now
This commit is contained in:
parent
c188d2935c
commit
05a2432673
@ -3,7 +3,7 @@ TaskOrig.py, the original Python implementation of the task system,
|
|||||||
and TaskNew.py, the new C++ implementation. """
|
and TaskNew.py, the new C++ implementation. """
|
||||||
|
|
||||||
from pandac.libpandaexpressModules import ConfigVariableBool
|
from pandac.libpandaexpressModules import ConfigVariableBool
|
||||||
wantNewTasks = ConfigVariableBool('want-new-tasks', False).getValue()
|
wantNewTasks = ConfigVariableBool('want-new-tasks', True).getValue()
|
||||||
|
|
||||||
if wantNewTasks:
|
if wantNewTasks:
|
||||||
from TaskNew import *
|
from TaskNew import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user