Revert temporary changes.

This commit is contained in:
Skyth 2025-01-18 01:49:05 +03:00
parent b1708a87a4
commit 2d23414690
2 changed files with 2 additions and 2 deletions

View file

@ -647,7 +647,7 @@ static std::optional<CsdModifier> g_sceneModifier;
static float g_corners[8]; static float g_corners[8];
static bool g_cornerExtract; static bool g_cornerExtract;
#define CORNER_DEBUG //#define CORNER_DEBUG
// Chao::CSD::Scene::Render // Chao::CSD::Scene::Render
PPC_FUNC_IMPL(__imp__sub_830C6A00); PPC_FUNC_IMPL(__imp__sub_830C6A00);

View file

@ -223,7 +223,7 @@ void GameWindow::Init(const char* sdlVideoDriver)
SetIcon(); SetIcon();
SetTitle(); SetTitle();
//SDL_SetWindowMinimumSize(s_pWindow, MIN_WIDTH, MIN_HEIGHT); SDL_SetWindowMinimumSize(s_pWindow, MIN_WIDTH, MIN_HEIGHT);
SDL_SysWMinfo info; SDL_SysWMinfo info;
SDL_VERSION(&info.version); SDL_VERSION(&info.version);