From 907f34ca6d4b5b662538a803cd401e184261396a Mon Sep 17 00:00:00 2001 From: Helloyunho Date: Sun, 6 Jul 2025 14:24:48 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20fix:=20apply=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ISLE/isledebug.cpp | 2 +- miniwin/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}")