Changed limit class to default at -180 to 180 bounds
This commit is contained in:
parent
61b313507e
commit
e8ce390c27
@ -110,8 +110,8 @@ public class Plugin : BaseUnityPlugin
|
||||
{
|
||||
public Limit()
|
||||
{
|
||||
lower = 0;
|
||||
upper = 360;
|
||||
lower = -180;
|
||||
upper = 180;
|
||||
}
|
||||
public Limit(float low, float up)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user