Skip to content

Commit 790f318

Browse files
committed
- inline > block
1 parent 4677c7d commit 790f318

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build/stats.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/stats.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,17 @@ var Stats = function () {
129129

130130
_fpsText.style.display = 'none';
131131
_fpsCanvas.style.display = 'none';
132-
_msText.style.display = 'inline';
133-
_msCanvas.style.display = 'inline';
132+
_msText.style.display = 'block';
133+
_msCanvas.style.display = 'block';
134134

135135
break;
136136

137137
case 'ms':
138138

139139
_mode = 'fps';
140140

141-
_fpsText.style.display = 'inline';
142-
_fpsCanvas.style.display = 'inline';
141+
_fpsText.style.display = 'block';
142+
_fpsCanvas.style.display = 'block';
143143
_msText.style.display = 'none';
144144
_msCanvas.style.display = 'none';
145145

0 commit comments

Comments
 (0)