[Super-tux-devel] Re: [Super-tux-commit] supertux/src setup.cpp,1.32,1.33 texture.cpp,1.9,1.10
Brought to you by:
wkendrick
From: Ingo R. <gr...@gm...> - 2004-04-13 02:46:06
|
Ricardo Cruz <rm...@us...> writes: > A first attempt to make a simple and clean way of an on the fly > videomode change. But there is this problem: it seems to work on the > first transition from SDL to OpenGL, but doesn't work well in the > following transitions to OpenGL. The problem is that once you switched to OpenGL all texture_types will be converted to OpenGL textures, but when you switch back, you will lose them while not resetting the gl_texture id's back to NO_TEXTURE, so they won't be loaded again. -- WWW: http://pingus.seul.org/~grumbel/ JabberID: gr...@ja... ICQ: 59461927 |