Fractal_Engine
Fractal_Engine copied to clipboard
WIP 3D game engine with editor and other stuff
 
After cmake, when the code makes the build, the terminal shows "Makefile:135: recipe for target 'all' failed make: *** [all] Error 2"
[An extra null pointer check is not needed in a function](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like [the destructor for the class “String”](https://github.com/kacperks/Fractal_Engine/blob/1a57ee8831752c94e8471f73de637849a796791c/Engine/Source/Core/String.h#L64 "Update candidate").