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
|
||||
public ShadersModHandler.InternalHandler createIrisHandler() {
|
||||
if (!ModList.get()
|
||||
.isLoaded("oculus")) {
|
||||
.isLoaded("iris")) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue