mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-28 05:11:37 +00:00
Revert temporary changes.
This commit is contained in:
parent
b1708a87a4
commit
2d23414690
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue