mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-23 19:37:53 +01:00
iris support
This commit is contained in:
parent
c32fccc133
commit
6cf9f36c0c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public class FlwLibXplatImpl implements FlwLibXplat {
|
||||||
@Nullable
|
@Nullable
|
||||||
public ShadersModHandler.InternalHandler createIrisHandler() {
|
public ShadersModHandler.InternalHandler createIrisHandler() {
|
||||||
if (!ModList.get()
|
if (!ModList.get()
|
||||||
.isLoaded("oculus")) {
|
.isLoaded("iris")) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue