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);
|
container.Add(maxHeightField);
|
||||||
|
|
||||||
SchemaInspector inspector = new SchemaInspector();
|
SchemaInspector inspector = new SchemaInspector(container);
|
||||||
inspector.Containner = container;
|
|
||||||
return inspector;
|
return inspector;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue