mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Remove erroneous comment in SnapshotJsonModel
This commit is contained in:
@@ -122,7 +122,7 @@ impl JsonModelCore {
|
|||||||
|
|
||||||
InstanceSnapshot {
|
InstanceSnapshot {
|
||||||
snapshot_id: None,
|
snapshot_id: None,
|
||||||
metadata: Default::default(), // TODO: Allow the user to specify metadata in the JSON model again.
|
metadata: Default::default(),
|
||||||
name: Cow::Owned(name),
|
name: Cow::Owned(name),
|
||||||
class_name: Cow::Owned(class_name),
|
class_name: Cow::Owned(class_name),
|
||||||
properties,
|
properties,
|
||||||
|
|||||||
Reference in New Issue
Block a user