test triangle
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Archimedes {
|
||||
|
||||
Window(const std::function<void(Event*)>& sendEventFn) : eventFn(sendEventFn) {}
|
||||
|
||||
virtual ~Window() = 0;
|
||||
virtual ~Window() {};
|
||||
|
||||
|
||||
void doFrame() {
|
||||
|
||||
Reference in New Issue
Block a user