Add a TODO comment

This commit is contained in:
ivan100sic 2020-11-16 12:28:45 +01:00
parent 0013282012
commit 81e0836e11

View file

@ -74,6 +74,7 @@ ZoneWindowDrawing::ZoneWindowDrawing(HWND window)
// Obtain the size of the drawing area.
if (!GetClientRect(window, &m_clientRect))
{
// TODO: Log failures and errors using spdlog
return;
}