Skip to content

Commit

Permalink
Changed _msaa variable to the correct type.
Browse files Browse the repository at this point in the history
There is no reason for it to be a float, it should be boolean.
  • Loading branch information
AnotherCommander committed Jul 8, 2024
1 parent f930b3a commit dd937d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SDL/MyOpenGLView.h
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ extern int debug;

float _gamma;
float _fov;
float _msaa;
BOOL _msaa;

// Full screen sizes
NSMutableArray *screenSizes;
Expand Down

0 comments on commit dd937d8

Please sign in to comment.