checkout FNA master

main
cosmonaut 2022-08-29 21:08:17 -07:00
parent 0c95c106e8
commit e5e28a7968
1 changed files with 0 additions and 3 deletions

View File

@ -26,9 +26,6 @@ function pullFNA()
{
checkGit
git submodule add https://github.com/FNA-XNA/FNA.git
cd FNA
git checkout $FNA_VERSION
cd ..
echo "Updating to the latest git version of FNA..."
git submodule update --init --recursive
if [ $? -eq 0 ]; then