Skip to content

Commit

Permalink
Fixes per review
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed May 31, 2024
1 parent 7a31daf commit 353d99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class KhrMaterialsDispersion extends GltfProperty {
}

final dispersion =
getFloat(map, DISPERSION, context, min: 0, def: 0, standalone: 0);
getFloat(map, DISPERSION, context, min: 0, def: 0);

final extensions = getExtensions(map, KhrMaterialsDispersion, context);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 The Khronos Group Inc.
// Copyright 2024 The Khronos Group Inc.
//
// SPDX-License-Identifier: Apache-2.0

Expand Down

0 comments on commit 353d99c

Please sign in to comment.