UnrealImGui/Source
Sebastian d9220ad536 Fixed bad deallocation in Texture Manager and interface to create textures from raw data:
- Fixed rather embarrassing overlook in deallocation of data array passed from to CreateTexture from other function.
- Changed CreateTexture to use cleanup function passed with data (optional and only needed if data need to be released). Keeping data allocation and deallocation code together should make bugs like this easier to spot and avoid. Additionally this allows for more generic usage.
2018-08-14 20:28:25 +01:00
..
ImGui Fixed bad deallocation in Texture Manager and interface to create textures from raw data: 2018-08-14 20:28:25 +01:00
ThirdParty/ImGuiLibrary Upgraded to ImGui 1.61: 2018-05-09 20:22:48 +01:00