JDSherbert / Sherbert-Engine

Custom game engine written in C++ and implementing various middleware.
MIT License
4 stars 3 forks source link

Fix Previous " Non-Compile " IMGUI #39

Closed VerzatileDev closed 9 months ago

VerzatileDev commented 9 months ago

Addressing the issue here: https://github.com/JDSherbert/Sherbert-Engine/commit/7bb7031d151d85422a4128a3576b3f8e992b4892 and https://github.com/JDSherbert/Sherbert-Engine/issues/38

See the following changes some areas should be taken a further investigation..

Additionally needs addressing for the Log file..

VerzatileDev commented 9 months ago

Addressed bool CreateImguiConfigFolder(); // Create the Config Folder as a bool, to be able to check if it was created if required outside of the Init class.

VerzatileDev commented 9 months ago

https://github.com/JDSherbert/Sherbert-Engine/issues/27 Ref