Skip to content

Commit

Permalink
Added linear filtering for antialiasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Dixon committed Jul 12, 2019
1 parent e898feb commit abd3d94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Engine::Engine(int flags, Object *parent, std::string name)
_valid = false;
return;
}
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1");
}

Log::Info("Creating Engine with the following flags:");
Expand Down

0 comments on commit abd3d94

Please sign in to comment.