stack question
Monkey Programming Forums/Monkey Programming/stack question
| ||
| Presumably your thinking is that this is where the out of bounds occurs? My thinking is only that you have an out of bounds error that must be happening somewhere. If the stack push method is okay then that somewhere is somewhere else. As you haven't posted any code I can't make any specific judgements about where that is. Monkey will try to call OnUpdate 60 times per second. Is this guaranteed? No, the update rate is not guaranteed. Can Monkey be half way through your OnUpdate function then think to itself "times up, I'd better call OnUpdate again.." Your update method won't be interrupted if it exceeds the requested update interval. |







