Skip to content

Commit

Permalink
Removed comment from code block.
Browse files Browse the repository at this point in the history
  • Loading branch information
szczyglis-dev committed Apr 27, 2024
1 parent 724b3a7 commit f303322
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ python3 run.py --disable-gpu=1
You can also manualy enable legacy mode by editing config file - open the `%WORKDIR%/config.json` config file in editor and set the following options:

``` json
// config.json
"render.engine": "legacy",
"render.open_gl": false,
```
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ python3 run.py --disable-gpu=1
You can also manualy enable legacy mode by editing config file - open the `%WORKDIR%/config.json` config file in editor and set the following options:

``` json
// config.json
"render.engine": "legacy",
"render.open_gl": false,
```
Expand Down Expand Up @@ -3028,7 +3027,6 @@ python3 run.py --disable-gpu=1
You can also manualy enable legacy mode by editing config file - open the `%WORKDIR%/config.json` config file in editor and set the following options:

``` json
// config.json
"render.engine": "legacy",
"render.open_gl": false,
```
Expand Down
1 change: 0 additions & 1 deletion docs/source/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ You can also manualy enable legacy mode by editing config file - open the ``%WOR

.. code-block:: json
// config.json
"render.engine": "legacy",
"render.open_gl": false,
1 change: 0 additions & 1 deletion docs/source/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ You can also manualy enable legacy mode by editing config file - open the ``%WOR

.. code-block:: json
// config.json
"render.engine": "legacy",
"render.open_gl": false,
Expand Down

0 comments on commit f303322

Please sign in to comment.