Kaynağa Gözat

gsg's should inherit from display notify category

David Rose 20 yıl önce
ebeveyn
işleme
f37eba555a

+ 2 - 3
panda/src/dxgsg8/config_dxgsg8.cxx

@@ -30,9 +30,8 @@
 #include "dconfig.h"
 #include "dconfig.h"
 
 
 Configure(config_dxgsg8);
 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
 // Configure this variable true to cause the DXGSG to show each
 // transform space it renders by drawing a little unit axis.  This
 // transform space it renders by drawing a little unit axis.  This

+ 1 - 1
panda/src/wgldisplay/config_wgldisplay.cxx

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