[Gtkradiant] [Bug 797] Global Prefs are not being loaded before being written

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sun, 13 Apr 2003 10:02:34 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=797





------- Additional Comments From ttimo@idsoftware.com  2003-04-13 10:02 -------
I don't agree with this patch.
g_PrefsDlg.LoadPrefs is correctly being called during startup, in particular at
main.cpp:782
the problem with texture compression is that UpdateTexturecCompression is being
called each time the prefs are loaded, before the OpenGL init is done. So it
says that texture compression is not available.
Looking into a proper fix now.