openglcontrol: changed default DepthBits to 24

git-svn-id: trunk@40230 -
This commit is contained in:
mattias 2013-02-09 20:54:42 +00:00
parent 14423ccd1a
commit 8df919c874

View File

@ -82,7 +82,7 @@ uses
{$ENDIF}
const
DefaultDepthBits = 16;
DefaultDepthBits = 24;
type
TOpenGlCtrlMakeCurrentEvent = procedure(Sender: TObject;