mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-21 09:39:41 +00:00
minor fix
This commit is contained in:
parent
17b1546dc1
commit
bc71fb47e0
1 changed files with 1 additions and 2 deletions
|
@ -170,8 +170,7 @@ namespace MWInput
|
||||||
poller(input),
|
poller(input),
|
||||||
player(_player),
|
player(_player),
|
||||||
windows(_windows),
|
windows(_windows),
|
||||||
mEngine (engine),
|
mEngine (engine)
|
||||||
shotCount(0)
|
|
||||||
{
|
{
|
||||||
using namespace OEngine::Input;
|
using namespace OEngine::Input;
|
||||||
using namespace OEngine::Render;
|
using namespace OEngine::Render;
|
||||||
|
|
Loading…
Reference in a new issue