mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 14:33:57 +01:00
Fix #266
This commit is contained in:
parent
3193e16498
commit
734506b010
@ -3,7 +3,7 @@ package dev.engine_room.flywheel.lib.material;
|
||||
import dev.engine_room.flywheel.api.Flywheel;
|
||||
import dev.engine_room.flywheel.api.material.LightShader;
|
||||
|
||||
public class LightShaders {
|
||||
public final class LightShaders {
|
||||
public static final LightShader SMOOTH_WHEN_EMBEDDED = new SimpleLightShader(Flywheel.rl("light/smooth_when_embedded.glsl"));
|
||||
public static final LightShader SMOOTH = new SimpleLightShader(Flywheel.rl("light/smooth.glsl"));
|
||||
public static final LightShader FLAT = new SimpleLightShader(Flywheel.rl("light/flat.glsl"));
|
||||
|
@ -178,6 +178,7 @@ public class SimpleMaterial implements Material {
|
||||
shaders = material.shaders();
|
||||
fog = material.fog();
|
||||
cutout = material.cutout();
|
||||
light = material.light();
|
||||
texture = material.texture();
|
||||
blur = material.blur();
|
||||
mipmap = material.mipmap();
|
||||
|
Loading…
Reference in New Issue
Block a user