Skip to content

Commit

Permalink
Fix Typo in Groovy Helper Method
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Aug 8, 2024
1 parent 1a1b687 commit 6ea7cbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ public static CompositionBuilder changeComposition(Material material) {
return new CompositionBuilder(material);
}

public static CompositionBuilder replaceDeomposition(MaterialStack material) {
public static CompositionBuilder replaceComposition(MaterialStack material) {
return new CompositionBuilder(material.material);
}

Expand Down

0 comments on commit 6ea7cbd

Please sign in to comment.