I am having a proble m with a personal project of mine. Whenever I try to remove this line in file "Canvas.cpp" in function draw my program breaks. Nothing is displayed.
File: Canvas.cpp Function: draw() Line: 69
if(!circle.isSelectingSize())
{
texture.draw(circle); //this line
}
Github page for code :https://github.com/Xrey274/Splash/tree/beta
I know it's a big project with many files, but I have removed every trace of the Circle class, even from CMakeLists.txt(meaning it was not even compiled), but no matter what I did this problem persisted. If you are on Linux you can compile it for youself and try it out.