xcode demo project update

This commit is contained in:
Joseph Henry
2016-07-18 14:18:46 -07:00
parent 2552e87af8
commit 642f5d69fc
4 changed files with 28 additions and 15 deletions

View File

@@ -267,8 +267,10 @@ void zt_init_rpc(const char * path, const char * nwid);
#endif
//chdir(current_dir); // Return to previous current working directory (at the request of Unity3D)
Debug("Starting service...\n");
#if defined(__UNITY_3D__)
Debug("Starting service...\n");
#endif
// Initialize RPC
if(rpcEnabled) {
zt_init_rpc(localHomeDir.c_str(), rpcNWID.c_str());