Skip to content

Commit

Permalink
osx fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azakhary committed Oct 23, 2020
1 parent 23c015f commit eecf40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/com/talosvfx/talos/TalosLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static void main (String[] arg) {
config.setWindowedMode(1200, 900);
config.setTitle("Talos");
config.useVsync(false);
config.setBackBufferConfig(1,1,1,1,16,16, 16);
config.setBackBufferConfig(1,1,1,1,8,8, 16);

TalosMain talos = new TalosMain();

Expand Down

0 comments on commit eecf40c

Please sign in to comment.