make monitor rotation setter private.
This commit is contained in:
@@ -73,7 +73,7 @@ public class Texture : MonoBehaviour
|
||||
{
|
||||
return monitor.rotation;
|
||||
}
|
||||
set
|
||||
private set
|
||||
{
|
||||
switch (value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user