Somehow fixed the problem with the timer activating too soon by changing the timer start to when it is in the "inner process" of the main method
This commit is contained in:
@@ -4,6 +4,10 @@ package CognitiveModel.ModelFiles;
|
||||
import java.util.LinkedList;
|
||||
|
||||
public class MindQueue {
|
||||
/*
|
||||
Recommended Changes/Improvements
|
||||
See Google Doc Notes 12/11/24
|
||||
*/
|
||||
|
||||
LinkedList<Action> q;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user