Allow users to disable medical 3d interaction.

This commit is contained in:
Glowbal 2015-09-05 12:31:52 +02:00
parent 268220bbae
commit 6b73eafcce

View File

@ -220,7 +220,7 @@ class ACE_Settings {
description = CSTRING(menuTypeDescription);
typeName = "SCALAR";
value = 0;
values[] = {CSTRING(useSelection)/*, CSTRING(useRadial)*/};
// isClientSettable = 1;
values[] = {CSTRING(useSelection), CSTRING(useRadial), "Disabled"};
isClientSettable = 1;
};
};