make monitor rotation setter private.

This commit is contained in:
hecomi
2016-12-03 22:34:49 +09:00
parent 2ee8ba35b7
commit 03419f2918
@@ -73,7 +73,7 @@ public class Texture : MonoBehaviour
{
return monitor.rotation;
}
set
private set
{
switch (value)
{