forked from AlexanderDzhoganov/ksp-advanced-flybywire
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed initialization of variable outside of MonoBehaviour loop
- Loading branch information
1 parent
fd02850
commit acabb06
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
"MAJOR": 1, | ||
"MINOR": 8, | ||
"PATCH": 3, | ||
"BUILD": 0 | ||
"BUILD": 1 | ||
}, | ||
"KSP_VERSION_MIN": { | ||
"MAJOR": 1, | ||
|