This commit is contained in:
2026-04-27 15:28:18 -07:00
parent 3c002e9f10
commit 669771fd58
3 changed files with 646 additions and 1 deletions

View File

@ -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;