Enable other settings by default

This commit is contained in:
Matias Lavik 2022-10-17 20:17:11 +02:00 коммит произвёл GitHub
Родитель 0be4f53666
Коммит 160916a09b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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()
{