]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/texwindow.cpp
Disable some debug code that slows down the editor to a crawl (compile fails without...
[xonotic/netradiant.git] / radiant / texwindow.cpp
index 33e7e5c257d8ef227a6e13f75fffa9cf2868953a..74c8c7e651e9871a0c5cd0b0fe12e55cd35fb70a 100644 (file)
@@ -2608,3 +2608,7 @@ void TextureBrowser_Destroy(){
 
        Textures_setModeChangedNotify( Callback() );
 }
+
+GtkWidget* TextureBrowser_getGLWidget(){
+       return GlobalTextureBrowser().m_gl_widget;
+}