Browse Source

remove multisample from default

David Rose 20 years ago
parent
commit
d0cf343143
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/display/config_display.cxx

+ 1 - 1
panda/src/display/config_display.cxx

@@ -202,7 +202,7 @@ ConfigVariableString window_title
 ("window-title", "Panda");
 
 ConfigVariableString framebuffer_mode
-("framebuffer-mode", "rgba double-buffer depth multisample hardware",
+("framebuffer-mode", "rgba double-buffer depth hardware",
  PRC_DESC("A space-separated list of keywords that describe the default "
           "framebuffer properties requested for a window."));
 ConfigVariableInt depth_bits