Red GL4.5 screen.

This commit is contained in:
Ben Vanik
2014-12-21 01:21:32 -08:00
parent 577ab0a4f1
commit bbb7de6bff
20 changed files with 524 additions and 64 deletions

View File

@@ -52,7 +52,7 @@ class Window : public T {
poly::Delegate<UIEvent> on_closed;
protected:
Window(const std::wstring& title) : T(nullptr, 0), title_(title) {}
Window(const std::wstring& title) : T(0), title_(title) {}
void OnShow() {
if (is_visible_) {