Reset shader color after drawing fluid
This commit is contained in:
parent
628d949c60
commit
08fd9a2e27
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ public class GuiBuilder {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
drawContext.setShaderColor(1, 1, 1, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue