gsg's should inherit from display notify category

This commit is contained in:
David Rose 2005-10-02 17:27:56 +00:00
parent 891153853f
commit f37eba555a
2 changed files with 3 additions and 4 deletions

View File

@ -30,9 +30,8 @@
#include "dconfig.h"
Configure(config_dxgsg8);
//NotifyCategoryDef(dxgsg8, ":display:gsg"); dont want to merge this with the regular parent class dbg output
NotifyCategoryDef(dxgsg8, "dxgsg");
NotifyCategoryDef(wdxdisplay8, "windisplay");
NotifyCategoryDef(dxgsg8, ":display:gsg");
NotifyCategoryDef(wdxdisplay8, "display");
// Configure this variable true to cause the DXGSG to show each
// transform space it renders by drawing a little unit axis. This

View File

@ -26,7 +26,7 @@
#include "pandaSystem.h"
Configure(config_wgldisplay);
NotifyCategoryDef(wgldisplay, "windisplay");
NotifyCategoryDef(wgldisplay, "display");
ConfigureFn(config_wgldisplay) {
init_libwgldisplay();