Skip to content

Commit 6a65f5c

Browse files
committed
moving visibility into another branch
1 parent 9404e7f commit 6a65f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GameWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1771,7 +1771,7 @@
17711771
// the user still sees it appearing all at once.
17721772
// The iframe visibility is reset by nodegame-client listener
17731773
// on LOADED (avoiding registering two listeners this way.)
1774-
iframe.style.visibility = 'hidden';
1774+
// iframe.style.visibility = 'hidden';
17751775

17761776
// Add the onLoad event listener:
17771777
if (!loadCache || !frameReady) {

0 commit comments

Comments
 (0)