You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build_from_source.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Now run Configure and select the correct Visual Studio version. Ensure that you
109
109
Execute any demo in the folder "bin" to start the simulator. Alternatively, you can start the simulation by loading a json scene file in the command line:
110
110
111
111
```
112
-
./SceneLoaderDemo ../data/Scenes/CarScene.json
112
+
./SceneLoaderDemo ../data/scenes/CarScene.json
113
113
```
114
114
115
115
The command loads the selected scene. To start the simulation disable the pause mode by clicking the checkbox or pressing [Space]. More hotkeys are listed [here](getting_started.md).
0 commit comments