Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Dont default to locked
Browse files Browse the repository at this point in the history
  • Loading branch information
StanleyGoldman committed Jan 17, 2019
1 parent 64087c1 commit 0940957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static bool GitFileHistoryValidation()
[NonSerialized] private bool firstOnGUI = true;
[NonSerialized] private Texture selectedIcon;

[SerializeField] private bool locked = true;
[SerializeField] private bool locked;
[SerializeField] private FileHistoryView fileHistoryView = new FileHistoryView();
[SerializeField] private NPath selectedAssetPath;

Expand Down

0 comments on commit 0940957

Please sign in to comment.