build: Streamline definition on plugin features

This commit is contained in:
WerWolv
2024-07-09 07:21:25 +02:00
parent 32e2ccbca0
commit f8f47012c4
7 changed files with 52 additions and 50 deletions

View File

@@ -810,7 +810,6 @@ namespace hex {
{
int width = 0, height = 0;
glfwGetWindowSize(m_window, &width, &height);
glfwSetWindowSize(m_window, width, height);
if (initialWindowProperties.has_value()) {
width = initialWindowProperties->width;