diff options
Diffstat (limited to '')
-rw-r--r-- | src/RendererSection.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index 093a977..c165da4 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -45,5 +45,5 @@ public: Section *GetSection(); - bool IsNeedUpdate(); + bool IsNeedResourcesPrepare() override; };
\ No newline at end of file |