mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fixed another windows case issue
This commit is contained in:
parent
48d8fd2cab
commit
b7faaf77aa
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
|
|
||||||
from direct.showbase.ShowBaseGlobal import *
|
from direct.showbase.ShowBaseGlobal import *
|
||||||
from direct.interval.intervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
from direct.showbase import DirectObject
|
from direct.showbase import DirectObject
|
||||||
import math
|
import math
|
||||||
from pandac.MouseWatcher import *
|
from pandac.MouseWatcher import *
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
from direct.showbase.PandaObject import *
|
from direct.showbase.PandaObject import *
|
||||||
from direct.directtools.DirectGlobals import *
|
from direct.directtools.DirectGlobals import *
|
||||||
from direct.directtools.DirectUtil import*
|
from direct.directtools.DirectUtil import*
|
||||||
from direct.interval.intervalGlobal import *
|
from direct.interval.IntervalGlobal import *
|
||||||
from seCameraControl import *
|
from seCameraControl import *
|
||||||
from seManipulation import *
|
from seManipulation import *
|
||||||
from seSelection import *
|
from seSelection import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user