Removed extraneous activeInstances.Add() in Awake().
This commit is contained in:
parent
3d949b3046
commit
e93936d077
1 changed files with 1169 additions and 1172 deletions
|
|
@ -582,9 +582,6 @@ public class LibPdInstance : MonoBehaviour
|
|||
else
|
||||
pipePrintToConsole = pipePrintToConsoleStatic;
|
||||
|
||||
//Add to our list of active instances.
|
||||
activeInstances.Add(this);
|
||||
|
||||
// Calc numTicks.
|
||||
int bufferSize;
|
||||
int noOfBuffers;
|
||||
|
|
|
|||
Loading…
Reference in a new issue