From d0cf343143586bb030155a34274418c1d7536ad5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Sun, 24 Apr 2005 16:35:14 +0000 Subject: [PATCH] remove multisample from default --- panda/src/display/config_display.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/config_display.cxx b/panda/src/display/config_display.cxx index 208be6ccc9..8315a7e8c2 100644 --- a/panda/src/display/config_display.cxx +++ b/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