Skip to content

Commit f8376c8

Browse files
committed
Fix wake() when running
Should not sleep
1 parent d6e8600 commit f8376c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/TimeStep.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ var TimeStep = new Class({
644644
{
645645
if (this.running)
646646
{
647-
this.sleep();
647+
return;
648648
}
649649
else if (seamless)
650650
{

0 commit comments

Comments
 (0)