Commit dc04f290a359ed0283e6703018ecb4e5427c7066

Sam Lantinga 2017-12-08T08:58:02

Defer getting the next drawable until we actually start rendering This works better for games where there may be a bunch of simulation logic that needs to be run before the next rendering pass, and prevents blocking if the next drawable is busy.