Set window title.

This commit is contained in:
Josh Holtrop 2020-12-19 11:20:32 -05:00
parent 42d1711bfb
commit 9723c19514

View File

@ -49,6 +49,7 @@ class Window
{ {
m_gl = new Gl(); m_gl = new Gl();
set_window_icon(); set_window_icon();
m_window.set_title("jes!!");
} }
} }