Fractal_Engine icon indicating copy to clipboard operation
Fractal_Engine copied to clipboard

WIP 3D game engine with editor and other stuff

Results 4 Fractal_Engine issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/100861495/156732851-e5edee31-9991-4c29-ba21-fa3a1292c59d.png) ![image](https://user-images.githubusercontent.com/100861495/156733785-9f86e449-f2df-4110-865f-ff2b01c2e521.png)

bug

After cmake, when the code makes the build, the terminal shows "Makefile:135: recipe for target 'all' failed make: *** [all] Error 2"

bug

[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").