Skip to content

Commit

Permalink
Remove dirtyopts (FAForever#2619)
Browse files Browse the repository at this point in the history
Better performance, original bug not reproducible any more
Fixes FAForever#2615
  • Loading branch information
1-alex98 authored and Chris Haggan committed Apr 15, 2022
1 parent a0f3f72 commit 3025dd1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/runConfigurations/Main.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/runConfigurations/Main_with_Reload.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ bootRun {
main = "com.faforever.client.Main"
jvmArgs = [
"-DnativeDir=build/resources/native",
"-Dprism.dirtyopts=false",
"-Dprism.forceGPU=true",
"-Xms128m",
"-Xmx712m",
Expand Down
1 change: 0 additions & 1 deletion faf-client.install4j
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
-javaagent:lib/webview-patch.jar
-Djava.net.preferIPv4Stack=true
-DnativeDir=natives
-Dprism.dirtyopts=false
-Dprism.forceGPU=true
-Djava.library.path=.
</content>
Expand Down

0 comments on commit 3025dd1

Please sign in to comment.