Skip to content

Commit abd3d94

Browse files
committed
Added linear filtering for antialiasing
1 parent e898feb commit abd3d94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Engine.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Engine::Engine(int flags, Object *parent, std::string name)
3838
_valid = false;
3939
return;
4040
}
41+
SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1");
4142
}
4243

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

0 commit comments

Comments
 (0)