]> git.mxchange.org Git - flightgear.git/commit
Don't call idle and draw functions from FGEventHandler::handle.
authortimoore <timoore>
Thu, 20 Nov 2008 11:01:05 +0000 (11:01 +0000)
committertimoore <timoore>
Thu, 20 Nov 2008 11:01:05 +0000 (11:01 +0000)
commit1955e5bd28d350bce228a78bf9c090d245f0c8be
treea56ad86fd28f5d7baf503dc82b821d1f7d1c2a77
parent8afab2045b352f4d6a0853110df3f2c8b8232350
Don't call idle and draw functions from FGEventHandler::handle.

These functions are now called in fgOSMainLoop. The fgMainLoop
function was being called twice, which resulted in a slow-down, but
also caused the displayed frame rate to double!
src/Main/FGEventHandler.cxx