forked from rojo-rbx/rojo
Remove erroneous comment in SnapshotJsonModel
This commit is contained in:
@@ -122,7 +122,7 @@ impl JsonModelCore {
|
||||
|
||||
InstanceSnapshot {
|
||||
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),
|
||||
class_name: Cow::Owned(class_name),
|
||||
properties,
|
||||
|
||||
Reference in New Issue
Block a user