moved avatar controls to direct.controls
This commit is contained in:
parent
5a5b8d2f7a
commit
98a25419fa
|
|
@ -3,6 +3,6 @@
|
|||
# This file had to be separated from MessengerGlobal to resolve a
|
||||
# circular include dependency with DirectObject.
|
||||
|
||||
import InputState
|
||||
from direct.controls import InputState
|
||||
|
||||
inputState = InputState.InputState()
|
||||
|
|
|
|||
Loading…
Reference in New Issue