source/Input/InputModule.cpp: should not call m_platform->update() in update().
This commit is contained in:
parent
52fe72f31f
commit
3477b72371
1 changed files with 0 additions and 3 deletions
|
|
@ -66,11 +66,8 @@ void InputModule::update()
|
||||||
{
|
{
|
||||||
InputDeviceVec::iterator it;
|
InputDeviceVec::iterator it;
|
||||||
|
|
||||||
m_platform->update();
|
|
||||||
|
|
||||||
// Update all devices.
|
// Update all devices.
|
||||||
for(it = m_devices.begin(); it != m_devices.end(); it++) {
|
for(it = m_devices.begin(); it != m_devices.end(); it++) {
|
||||||
|
|
||||||
(*it)->update(this);
|
(*it)->update(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue