1
0
Fork 0

docs-mini/README-recordings.md:minor fix.

This commit is contained in:
Julian Smith 2021-10-19 20:41:49 +01:00
parent 2b6ccadef6
commit 478de54fc7

View file

@ -118,7 +118,7 @@ Normal recordings are written as a compressed gzip stream using `simgear::gzCont
* For `extra-properties`, `<data>` is a list of property changes, each one being:
* `<length:16><path><length:16><value>` - property <path> has changed to `<value>`.
* `<length:16><path><length:16><value>` - property `<path>` has changed to `<value>`.
Removal of a property is encoded as `<0:16><length:16><path>`.