Browse Source

Merge pull request #737 from stephendoyle/next

small typeo fix
Sean Paul Taylor 13 years ago
parent
commit
fdfe5cffbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gameplay-newproject.sh

+ 1 - 1
gameplay-newproject.sh

@@ -173,7 +173,7 @@ fi
 # Copy Microsoft Visual Studio project files
 #############################################
 cp "gameplay-template/gameplay-template.vcxproj" "$projPath/$projName.vcxproj"
-aliassedinplace "s*TEMPLATE_PROJECT*$projectName*g" "$projPath/$projName.vcxproj"
+aliassedinplace "s*TEMPLATE_PROJECT*$projName*g" "$projPath/$projName.vcxproj"
 aliassedinplace "s*TemplateGame*$className*g" "$projPath/$projName.vcxproj"
 aliassedinplace "s*GAMEPLAY_PATH*$gpPath*g" "$projPath/$projName.vcxproj"