From 08e2cfd3b1f9a9c53e2a7cc1a4791721eead17bd Mon Sep 17 00:00:00 2001 From: lenheart <947330670@qq.com> Date: Tue, 17 Feb 2026 05:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Fostbite2D/src/fostbite2D/app/application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Fostbite2D/src/fostbite2D/app/application.cpp b/Fostbite2D/src/fostbite2D/app/application.cpp index 1b04039..ea8ff4c 100644 --- a/Fostbite2D/src/fostbite2D/app/application.cpp +++ b/Fostbite2D/src/fostbite2D/app/application.cpp @@ -35,7 +35,6 @@ bool Application::init(const AppConfig &config) { return true; } - WindowConfig windowConfig; this->window_ = new Window(); if (!window_->create(config.windowConfig)) {