diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/SearchBar.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SearchBar.hpp b/include/SearchBar.hpp index 46f4383..0ddcac9 100644 --- a/include/SearchBar.hpp +++ b/include/SearchBar.hpp @@ -28,6 +28,7 @@ namespace QuickMedia { private: sf::Text text; sf::RectangleShape background; + sf::RectangleShape background_shadow; bool show_placeholder; bool updated_search; sf::Clock time_since_search_update; |