Skip to content

Commit

Permalink
updated ccl
Browse files Browse the repository at this point in the history
fixed memory leak when loading history icons
fixed arrow key icon preset using wrong config value ids
  • Loading branch information
univrsal committed Aug 19, 2019
1 parent 2dd078f commit f09b8a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ccl
Submodule ccl updated 3 files
+2 −0 .gitignore
+142 −108 ccl.cpp
+13 −11 ccl.hpp
Binary file modified presets/arrow-key-icons.zip
Binary file not shown.
1 change: 1 addition & 0 deletions sources/input-history.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@ KeyIcons::~KeyIcons()

void KeyIcons::load_from_file(std::string img_path, std::string cfg_path)
{
unload_texture();
m_loaded = false;
if (img_path.empty() || cfg_path.empty())
return;
Expand Down

0 comments on commit f09b8a9

Please sign in to comment.