Fix typo in Entities.EntityProperties-Material example

This commit is contained in:
David Rowe 2019-09-04 21:06:49 +12:00
parent 6474705ca2
commit 672e61c49d

View file

@ -965,7 +965,7 @@ EntityPropertyFlags EntityItemProperties::getChangedProperties() const {
* // Value overrides entity's "color" property.
* albedo: [1.0, 1.0, 0] // Yellow
* }
* }),
* })
* });
*/