update space shooter

pull/470/head
何冠峰 2025-02-12 17:43:15 +08:00
parent b2fa52e4c4
commit 0c36e458f7
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}
}