SDLPP: make text change only happen in render()

This commit is contained in:
2021-07-23 00:05:13 +02:00
parent 76f5c43197
commit 0e71dfa7d5
2 changed files with 11 additions and 3 deletions
+1
View File
@@ -52,6 +52,7 @@ private:
int position_flags = 0;
SDL_Rect dst_rect{};
std::shared_ptr< FontConfiguration > _config;
bool text_change = false;
};
} // end of namespace SDLPP
#endif