Fix miss spell

This commit is contained in:
WSQS
2025-04-05 11:22:25 +08:00
committed by GitHub
parent faf7ca4214
commit 2624ee5388

View File

@@ -183,7 +183,7 @@ Below we break-down the steps used to create the GLTF Viewer app.
.. code-block:: java
@Overrude
@Override
public List<String> getCommandLine(){
return List.of("--main-pack","res://foo.pck");
}