source/Graphics/OpenGL.cpp: minor fix. no need to set window decoration (default is fine)
This commit is contained in:
parent
304e345a79
commit
ea91d50a84
1 changed files with 0 additions and 2 deletions
|
|
@ -24,8 +24,6 @@ bool Graphics::init()
|
|||
DisplayMode mode(m_width, m_height);
|
||||
DisplayDescription desc(mode);
|
||||
|
||||
desc.decoration = DisplayDecorate::Menu | DisplayDecorate::Close | DisplayDecorate::Resize;
|
||||
|
||||
if (!m_display->create(desc)) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue