Updated fheroes2

This commit is contained in:
pelya
2011-08-12 16:11:37 +03:00
parent 3701e39d76
commit d4baacd8a6
6 changed files with 22 additions and 10 deletions

View File

@@ -164,7 +164,7 @@ fi
if [ -z "$NeedGles2" -o -z "$AUTO" ]; then
echo
echo "Try to use GLES 2.x context - will revert to GLES 1.X if unsupported by device"
ecno -n "you need this option only if you're developing 3-d app (y) or (n) ($NeedGles2): "
echo -n "you need this option only if you're developing 3-d app (y) or (n) ($NeedGles2): "
read var
if [ -n "$var" ] ; then
NeedGles2="$var"