diff --git a/direct/src/showbase/showBase.cxx b/direct/src/showbase/showBase.cxx index 8d7ed1636c..1913c0dafc 100644 --- a/direct/src/showbase/showBase.cxx +++ b/direct/src/showbase/showBase.cxx @@ -72,7 +72,7 @@ make_graphics_window(GraphicsPipe *pipe, const NodePath &render) { // Now use ChanConfig to create the window. 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); override.setField(ChanCfgOverrides::Title, title);