| Index: cc/CCTextureUpdateController.h
|
| diff --git a/cc/CCTextureUpdateController.h b/cc/CCTextureUpdateController.h
|
| index 76f81a007eebe92227bbb79180091d07f8859a72..43433cc2f6f0e282941fa0584685faf737227ad2 100644
|
| --- a/cc/CCTextureUpdateController.h
|
| +++ b/cc/CCTextureUpdateController.h
|
| @@ -36,6 +36,7 @@ public:
|
| virtual ~CCTextureUpdateController();
|
|
|
| void updateMoreTextures(double monotonicTimeLimit);
|
| + void updateAllTexturesNow();
|
|
|
| // CCTimerClient implementation.
|
| virtual void onTimerFired() OVERRIDE;
|
|
|