Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 6959ee6

Browse files
author
Yuncong Zhang
committed
Fix.
1 parent 57392e6 commit 6959ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/rendering/rotated_box.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public int quarterTurns {
3232

3333
int _quarterTurns;
3434

35-
public bool _isVertical {
35+
bool _isVertical {
3636
get { return this.quarterTurns % 2 == 1; }
3737
}
3838

0 commit comments

Comments
 (0)