Skip to content

Commit

Permalink
xrEngine: restore dummyController
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Jul 7, 2018
1 parent fe22f63 commit 6ece060
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xrEngine/xr_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ CInput::CInput(BOOL bExclusive, int deviceForInit)
ZeroMemory(timeSave, sizeof(timeStamp));
ZeroMemory(offs, sizeof(offs));

//===================== Dummy pack
iCapture(&dummyController);


xrDebug::SetDialogHandler(on_error_dialog);

#ifdef ENGINE_BUILD
Expand Down

0 comments on commit 6ece060

Please sign in to comment.