Changed the default depth to 24.
This commit is contained in:
@@ -174,7 +174,7 @@ void VisualChooser::setSimpleConfiguration( bool doublebuffer )
|
||||
{
|
||||
clear();
|
||||
addAttribute( RGBA );
|
||||
addAttribute( DepthSize, 16 );
|
||||
addAttribute( DepthSize, 24 );
|
||||
if (doublebuffer)
|
||||
addAttribute( DoubleBuffer );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user