From c9200dfbece69507e7a9a22af5a73d3f010bc14f Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Sat, 17 Mar 2018 20:53:05 +0500 Subject: Optimized update of RendererSection --- src/RendererSection.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/RendererSection.hpp') diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index c9137ce..f172a12 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -41,4 +41,6 @@ public: size_t numOfFaces; friend void swap(RendererSection &lhs, RendererSection &rhs); + + void UpdateData(const RendererSectionData &data); }; \ No newline at end of file -- cgit v1.2.3