Revert macOS dark mode (again).
The updated GL surface appears to have regressed vsync behaviour.
This commit is contained in:
@@ -9,7 +9,7 @@ if [[ "$OSTYPE" != "darwin"* ]]; then
|
||||
command -v genisoimage >/dev/null 2>&1 || { echo >&2 "macOS packaging requires genisoimage."; exit 1; }
|
||||
fi
|
||||
|
||||
LAUNCHER_TAG="osx-launcher-20181118"
|
||||
LAUNCHER_TAG="osx-launcher-20171118"
|
||||
|
||||
if [ $# -ne "2" ]; then
|
||||
echo "Usage: $(basename "$0") tag outputdir"
|
||||
|
||||
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
2
thirdparty/fetch-thirdparty-deps-osx.sh
vendored
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
LAUNCHER_TAG="osx-launcher-20181118"
|
||||
LAUNCHER_TAG="osx-launcher-20171118"
|
||||
|
||||
download_dir="${0%/*}/download/osx"
|
||||
mkdir -p "$download_dir"
|
||||
|
||||
Reference in New Issue
Block a user