mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 17:56:42 +00:00 
			
		
		
		
	Fix windows path issue in editor debug run.
- The problem was caused by spaces in the data directory
This commit is contained in:
		
							parent
							
								
									ee432690e6
								
							
						
					
					
						commit
						fab7549b42
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -81,7 +81,7 @@ void CSMDoc::Runner::start (bool delayed) | |||
|         arguments << ("--script-run="+mStartup->fileName());; | ||||
| 
 | ||||
|         arguments << | ||||
|             QString::fromUtf8 (("--data="+mProjectPath.parent_path().string()).c_str()); | ||||
|             QString::fromUtf8 (("--data=\""+mProjectPath.parent_path().string()+"\"").c_str()); | ||||
| 
 | ||||
|         for (std::vector<std::string>::const_iterator iter (mContentFiles.begin()); | ||||
|             iter!=mContentFiles.end(); ++iter) | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue