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); container.Add(maxHeightField);
SchemaInspector inspector = new SchemaInspector(); SchemaInspector inspector = new SchemaInspector(container);
inspector.Containner = container;
return inspector; return inspector;
} }
} }