mirror of https://github.com/tuyoogame/YooAsset
update space shooter
parent
b2fa52e4c4
commit
0c36e458f7
|
@ -177,8 +177,7 @@ public class TextureSchema : ScannerSchema
|
|||
});
|
||||
container.Add(maxHeightField);
|
||||
|
||||
SchemaInspector inspector = new SchemaInspector();
|
||||
inspector.Containner = container;
|
||||
SchemaInspector inspector = new SchemaInspector(container);
|
||||
return inspector;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue