Skip to content

Commit 1623475

Browse files
committed
Fixed Mac typo in pull request, added polycode UI docs to gitignore
1 parent 0f29a7f commit 1623475

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Release
119119
/Documentation/Doxygen/output/standalone/Physics2D
120120
/Documentation/Doxygen/output/standalone/Physics3D
121121
/Documentation/Doxygen/output/standalone/Networking
122+
/Documentation/Doxygen/output/standalone/PolycodeUI
122123

123124
/Documentation/Doxygen/output/web/Polycode
124125
/Documentation/Doxygen/output/web/Physics2D

IDE/Contents/Source/PolycodeToolLauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void PolycodeRunner::runThread() {
5151
#if defined(__APPLE__) && defined(__MACH__)
5252
String command = "../MacOS/PolycodePlayer";
5353
String inFolder = polycodeBasePath+"/Standalone/Player/PolycodePlayer.app/Contents/Resources";
54-
String args = "\""+polyappPath+"\""+;
54+
String args = "\""+polyappPath+"\"";
5555
#elif defined _WINDOWS
5656
String command = "\""+polycodeBasePath+"/Standalone/Player/PolycodePlayer.exe\"";
5757
String args = "\""+polyappPath+"\"";

0 commit comments

Comments
 (0)