lol whoops

This commit is contained in:
Kyzentun Keeslala
2016-08-05 12:01:48 -06:00
parent 832fd0e1b6
commit 074d244694
+2 -2
View File
@@ -151,11 +151,11 @@ void hidden_conv(vector<RString>& args)
args[0]= "visible";
if(args[1] == "1")
{
args[1]= "true";
args[1]= "false";
}
else
{
args[1]= "false";
args[1]= "true";
}
}
void diffuse_conv(vector<RString>& args)