Forgot to delete some commented out code.

main
Nichole Mattera 3 years ago
parent 63b3505f1a
commit d4af132ba6
  1. 4
      Source/Draw.cpp

@ -126,10 +126,6 @@ namespace HekateUpdater {
}
}
// auto glpyhImage = std::make_shared<Image>(glyphBmp);
// printf("Draw Glyph - %d %d\n", x, y);
// Draw::image(Point(x, y), glpyhImage);
std::free(glyphBmp);
}
}

Loading…
Cancel
Save