mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 00:40:29 +01:00
openglcontrol: changed default DepthBits to 24
git-svn-id: trunk@40230 -
This commit is contained in:
parent
14423ccd1a
commit
8df919c874
@ -82,7 +82,7 @@ uses
|
||||
{$ENDIF}
|
||||
|
||||
const
|
||||
DefaultDepthBits = 16;
|
||||
DefaultDepthBits = 24;
|
||||
|
||||
type
|
||||
TOpenGlCtrlMakeCurrentEvent = procedure(Sender: TObject;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user