SDLPP: make text change only happen in render()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user