diff --git a/graphics/button.cpp b/graphics/button.cpp index 21b8b47..49c8502 100644 --- a/graphics/button.cpp +++ b/graphics/button.cpp @@ -85,9 +85,6 @@ void Button::SetText(SDL_Renderer* renderer, TTF_Font* font, std::string s, SDL_ //free the texture SDL_DestroyTexture(text); - - //DEBUG: testing -// image.SetClipH(image.GetClipH() * 3); } void Button::SetX(int x) {