mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 14:25:39 +00:00
Replaced tabs with spaces.
This commit is contained in:
parent
416c40b333
commit
5ef2a59306
|
@ -17,8 +17,7 @@ using OpenTK.Graphics;
|
|||
namespace OpenTK.Platform.X11
|
||||
{
|
||||
class X11GraphicsMode : IGraphicsMode
|
||||
{
|
||||
// Todo: Add custom visual selection algorithm, instead of ChooseFBConfig/ChooseVisual.
|
||||
{ // Todo: Add custom visual selection algorithm, instead of ChooseFBConfig/ChooseVisual.
|
||||
// It seems the Choose* methods do not take multisampling into account (at least on some
|
||||
// drivers).
|
||||
|
||||
|
|
Loading…
Reference in a new issue