Barriers are being drawn

This commit is contained in:
2016-04-08 23:30:17 +10:00
parent e2e2e243d4
commit 420d39d467
7 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ SDL_Texture* Image::SetTexture(SDL_Texture* ptr) {
clip.y = 0;
if (SDL_QueryTexture(texture, nullptr, nullptr, &clip.w, &clip.h)) {
std::ostringstream msg;
msg << "Failed to record metadata for a newly image image";
msg << "Failed to record metadata for a newly set image";
msg << "; " << SDL_GetError();
throw(std::runtime_error(msg.str()));
}