Jelajahi Sumber

no W_MULTISAMPLE by default

cxgeorge 23 tahun lalu
induk
melakukan
624badf8ad
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      direct/src/showbase/showBase.cxx

+ 1 - 1
direct/src/showbase/showBase.cxx

@@ -72,7 +72,7 @@ make_graphics_window(GraphicsPipe *pipe, const NodePath &render) {
 
 
   // Now use ChanConfig to create the window.
   // Now use ChanConfig to create the window.
   override.setField(ChanCfgOverrides::Mask,
   override.setField(ChanCfgOverrides::Mask,
-                    ((unsigned int)(W_DOUBLE|W_DEPTH|W_MULTISAMPLE)));
+                    ((unsigned int)(W_DOUBLE|W_DEPTH)));
 
 
   std::string title = config_showbase.GetString("window-title", window_title);
   std::string title = config_showbase.GetString("window-title", window_title);
   override.setField(ChanCfgOverrides::Title, title);
   override.setField(ChanCfgOverrides::Title, title);