build: Streamline definition on plugin features

This commit is contained in:
WerWolv
2024-07-08 18:12:46 +02:00
parent 39f01538c7
commit 03d344c0a2
7 changed files with 53 additions and 51 deletions

View File

@@ -825,7 +825,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;