Skip to content

Commit

Permalink
Fix[display]: return true display creation state
Browse files Browse the repository at this point in the history
  • Loading branch information
artdeell authored Feb 3, 2025
1 parent 58555fa commit 7771451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ public void bindTexImageToPbuffer(PeerInfo handle, int buffer) {
}

public static boolean isCreated() {
return true;
return displayCreated;
}

public static boolean isActive() {
Expand Down

0 comments on commit 7771451

Please sign in to comment.