diff --git a/source/main.cpp b/source/main.cpp index d12fcb7..5ff7ea0 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -70,12 +70,6 @@ bool init() } else { - // Set texture filtering to linear - if (!SDL_SetHint(SDL_HINT_RENDER_SCALE_QUALITY, "1")) - { - printf("Warning: Linear texture filtering not enabled!"); - } - // Create window window = SDL_CreateWindow(WINDOW_CAPTION, SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, SCREEN_WIDTH * 2, SCREEN_HEIGHT * 2, SDL_WINDOW_SHOWN); if (window == NULL)