forked from Mirrorlandia_minetest/irrlicht
Remove unused variable in example 19
Added that one accidentally in my last commit (leftover from a failed experiment) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6309 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
713018cae1
commit
3035e27e67
@ -197,7 +197,6 @@ int main()
|
||||
// As in example 04, we'll use framerate independent movement.
|
||||
u32 then = device->getTimer()->getRealTime();
|
||||
const f32 MOVEMENT_SPEED = 5.f;
|
||||
bool followMouse = true;
|
||||
|
||||
// Ignore all events which happened until now.
|
||||
// Like mouse events triggered while we chose our driver.
|
||||
|
Loading…
Reference in New Issue
Block a user