chore: fix spelling

This commit is contained in:
Nick Fisher
2024-11-15 22:58:04 +08:00
parent 0b9f3160d9
commit 25320f45af
4 changed files with 5 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ void main() async {
// with default depth func, blue cube renders behind the green cube
await testHelper.capture(viewer, "material_instance_depth_func_default");
await materialInstance2.setDepthFunc(SampleCompareFunction.A);
await materialInstance2.setDepthFunc(SamplerCompareFunction.A);
await testHelper.capture(viewer, "material_instance_depth_func_always");
await viewer.dispose();