summarylogtreecommitdiffstats
path: root/unity-editor-beta
diff options
context:
space:
mode:
authorOscar Morante2017-02-06 12:57:09 +0200
committerOscar Morante2017-02-06 12:57:09 +0200
commit27fffe749ef9f8abd187fa8702c98d162d23a79e (patch)
tree3eec1a13a2b631443d57538b1030f624273b4b3f /unity-editor-beta
parent367c4a72e9144c90cd68ea34069464e9bd2707f7 (diff)
downloadaur-27fffe749ef9f8abd187fa8702c98d162d23a79e.tar.gz
remove -no-throttle-updates option
Diffstat (limited to 'unity-editor-beta')
-rwxr-xr-xunity-editor-beta2
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-editor-beta b/unity-editor-beta
index 49b02dcfdc0d..34c58d7265ff 100755
--- a/unity-editor-beta
+++ b/unity-editor-beta
@@ -7,4 +7,4 @@ unset GTK_IM_MODULE
export PATH=/opt/UnityBeta/Editor:$PATH
mkdir -p ~/.local/share/unity3d/Packages
-exec /opt/UnityBeta/Editor/Unity -no-throttle-updates "$@"
+exec /opt/UnityBeta/Editor/Unity "$@"