#!/bin/sh

export DYLD_LIBRARY_PATH="${0%/*}"
	# same dir as the executable

exec "$0"-bin "$@" -notexturenonpoweroftwo +"gl_lockarrays 0"
