projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec1fa5
)
Fix chat console not working anymore
author
sapier
<Sapier at GMX dot net>
Sun, 20 Apr 2014 08:55:08 +0000
(10:55 +0200)
committer
sapier
<Sapier at GMX dot net>
Sun, 20 Apr 2014 08:55:08 +0000
(10:55 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 376ce2ae2659e172a2fa4744db3d80d2c8ef730e..ddd55d1a42622e72de6b8aebd68fdc13434df84d 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-266,7
+266,6
@@
public:
} else {
keyIsDown.unset(event.KeyInput);
}
- return true;
}
if(event.EventType == irr::EET_MOUSE_INPUT_EVENT)
@@
-305,7
+304,7
@@
public:
}
}
}
-
+ /* always return false in order to continue processing events */
return false;
}