Enable other settings by default
This commit is contained in:
Родитель
0be4f53666
Коммит
160916a09b
|
@ -8,7 +8,7 @@ namespace UnityVolumeRendering
|
|||
{
|
||||
private bool tfSettings = true;
|
||||
private bool lightSettings = true;
|
||||
private bool otherSettings = false;
|
||||
private bool otherSettings = true;
|
||||
|
||||
public override void OnInspectorGUI()
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче