Skip to content

Commit

Permalink
Revert macOS dark mode (again).
Browse files Browse the repository at this point in the history
The updated GL surface appears to have regressed vsync behaviour.
  • Loading branch information
pchote committed Jan 6, 2019
1 parent b05d246 commit 6de92de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/osx/buildpackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/fetch-thirdparty-deps-osx.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 6de92de

Please sign in to comment.