diff --git a/ISLE/isledebug.cpp b/ISLE/isledebug.cpp index 70b03abc..ec27004b 100644 --- a/ISLE/isledebug.cpp +++ b/ISLE/isledebug.cpp @@ -183,7 +183,7 @@ void IsleDebug_Init() } g_videoPalette = SDL_CreateTexture(g_debugRenderer, SDL_PIXELFORMAT_RGBX32, SDL_TEXTUREACCESS_STREAMING, 16, 16); -#if SDL_VERSION_ATLEAST(3, 3, 0) && !defined(WINDOWS_STORE) +#if SDL_VERSION_ATLEAST(3, 3, 0) SDL_SetTextureScaleMode(g_videoPalette, SDL_SCALEMODE_PIXELART); #else SDL_SetTextureScaleMode(g_videoPalette, SDL_SCALEMODE_NEAREST); diff --git a/miniwin/CMakeLists.txt b/miniwin/CMakeLists.txt index 619ab33c..1ed5e909 100644 --- a/miniwin/CMakeLists.txt +++ b/miniwin/CMakeLists.txt @@ -194,4 +194,4 @@ if(ISLE_COMPILE_SHADERS) "--shader-jsons" ${shader_jsons} DEPENDS "${py_gencshadersource}" ${shader_headers} ${shader_jsons}) endif() -target_sources(miniwin PRIVATE "${index}" "${index_cpp}") \ No newline at end of file +target_sources(miniwin PRIVATE "${index}" "${index_cpp}")