Closed bnoazx005 closed 3 years ago
CImGUIContext's implementation has a bug that makes impossible to output user specific images
Win 10 (x64) / Visual Studio 2017 / TDEngine2-v0.4.~ / NVidia GTX 860M in GL3.x mode
The window should contain both textures font's one and another that was added via the method's call.
Instead of user's texture the default one is displayed all the time.
Fixed in 790716841d98895cd0f6d21be903867fd8befa43
Bug report
CImGUIContext's implementation has a bug that makes impossible to output user specific images
Environment
Win 10 (x64) / Visual Studio 2017 / TDEngine2-v0.4.~ / NVidia GTX 860M in GL3.x mode
Steps to reproduce the issue
What's the expected result?
The window should contain both textures font's one and another that was added via the method's call.
What's the actual result?
Instead of user's texture the default one is displayed all the time.