Index: cc/CCFrameRateController.cpp |
diff --git a/cc/CCFrameRateController.cpp b/cc/CCFrameRateController.cpp |
index 4418027e487bf6b6135a7d6d040e3dc5ebba8139..752420aa352ddf45acca7f0d6453da27b8da6b08 100644 |
--- a/cc/CCFrameRateController.cpp |
+++ b/cc/CCFrameRateController.cpp |
@@ -15,7 +15,7 @@ namespace { |
// This will be the maximum number of pending frames unless |
// CCFrameRateController::setMaxFramesPending is called. |
-const int defaultMaxFramesPending = 2; |
+const int defaultMaxFramesPending = 1; |
} |