If it does, and if you have time, and it bothers you enough, you could try adding print statements inside the constructor in:
https://github.com/FGMEMBERS/Beagle-Pup ... /KN62A.nas
So, between lines 60 and 106, every few lines, add print statements with different letters, so like this:
Code: Select all
print("A");
... some code here
print("B");
Then watch the output in your console and see which step takes the time.