Skip to content

Commit

Permalink
Merge pull request #5 from guzba/master
Browse files Browse the repository at this point in the history
defaults
  • Loading branch information
treeform authored Oct 15, 2021
2 parents 26d268e + 34ed135 commit 6268e52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/windy.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ proc newWindow*(
vsync = true,
openglMajorVersion = 4,
openglMinorVersion = 1,
msaa = msaa8x,
depthBits = 0,
stencilBits = 0
msaa = msaaDisabled,
depthBits = 24,
stencilBits = 8
): Window {.raises: [WindyError]} =
# resizeable, fullscreen, transparent, decorated, floating
result = Window()
Expand Down

0 comments on commit 6268e52

Please sign in to comment.