]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/qerplugin.h
* reactivated WXY_Print function to generate screenshots from the xy window
[xonotic/netradiant.git] / include / qerplugin.h
index 4da3e2b6674b784dc6a0506939d75a04ff2e19f9..71cddb23af57d754386370e0c3de6bd2dd8a5d5d 100644 (file)
@@ -464,7 +464,6 @@ typedef void (WINAPI * PFN_QERAPP_RESETPLUGINS)();
 \param nHeight image height
 this will work from the RGBA data and create a GL texture (accessed through a GL bind number)
 it takes care of creating the mipmapping levels too
-see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=575 for some related issues
 */
 typedef qtexture_t* (* PFN_QERAPP_LOADTEXTURERGBA)(unsigned char* pPixels, int nWidth, int nHeight);