mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
no W_MULTISAMPLE by default
This commit is contained in:
parent
66c9cb9f8c
commit
624badf8ad
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user