Skip to content

Commit

Permalink
Added groups
Browse files Browse the repository at this point in the history
  • Loading branch information
denis authored and denis committed Dec 7, 2024
1 parent ebfaf8c commit 5b1c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/src/GlobalData/PrismaFunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ Prisma::PrismaFunc::PrismaFunc()

// Create window
m_window = glfwCreateWindow(settings.width, settings.height, settings.name.c_str(), nullptr, nullptr);
glfwMaximizeWindow(m_window);
glfwSetWindowAttrib(m_window, GLFW_RESIZABLE, GLFW_FALSE);

if (m_window == nullptr)
{
Prisma::Logger::getInstance().log(Prisma::LogLevel::ERROR,
Expand Down

0 comments on commit 5b1c4ce

Please sign in to comment.