forked from LeenkxTeam/LNXSDK
Update
This commit is contained in:
@ -668,7 +668,7 @@ class VrInterface extends kha.vr.VrInterface {
|
||||
|
||||
public override function IsPresenting(): Bool {
|
||||
var presenting = false;
|
||||
if (vrDisplay != null)
|
||||
if (vrDisplay != null){
|
||||
presenting = vrDisplay.isPresenting;
|
||||
}
|
||||
return presenting;
|
||||
|
||||
Reference in New Issue
Block a user