Skip to content

Commit 6ece060

Browse files
committed
xrEngine: restore dummyController
1 parent fe22f63 commit 6ece060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/xrEngine/xr_input.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ CInput::CInput(BOOL bExclusive, int deviceForInit)
4949
ZeroMemory(timeSave, sizeof(timeStamp));
5050
ZeroMemory(offs, sizeof(offs));
5151

52+
//===================== Dummy pack
53+
iCapture(&dummyController);
54+
55+
5256
xrDebug::SetDialogHandler(on_error_dialog);
5357

5458
#ifdef ENGINE_BUILD

0 commit comments

Comments
 (0)