From: John Tsiombikas Date: Mon, 26 Dec 2016 08:20:24 +0000 (+0200) Subject: scn->clear() can't be called from the load callback, because it X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=9fa5be20a9d53becf1f364cb5e6e277ecb74b875;hp=9fa5be20a9d53becf1f364cb5e6e277ecb74b875;p=laserbrain_demo scn->clear() can't be called from the load callback, because it destroys meshes which call glDeleteBuffers. Moved to the start of the second-stage scene loader. ---