mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-28 10:36:43 -05:00
Fix FabricMaterialBuilder#notSolid returning the wrong builder type (#533)
This commit is contained in:
parent
f8935a2594
commit
1fe2961f4b
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class FabricMaterialBuilder extends Material.Builder {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Material.Builder notSolid() {
|
||||
public FabricMaterialBuilder notSolid() {
|
||||
super.notSolid();
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue