This repository has been archived by the owner on Jan 2, 2021. It is now read-only.
Window gives wrong size #113
Labels
fix
Fix a previously declared issue
help wanted
Extra attention is needed
priority:low
Something not very important
The
engine::Window::getSize
does not always return the correct window size.Steps to Reproduce
Launch the game in fullscreen
The
engine::Window::getSize
method returns the same size as the window if you un-fullscreen it (with F11)Possible Implementation
add
m_size = size;
to
engine::Window::setSize
I don't know but it seems logical to me. That would probably not fix the entire issue though
The text was updated successfully, but these errors were encountered: