test triangle

This commit is contained in:
2026-02-10 14:43:43 -06:00
parent 263f0201ca
commit 3c593edeca

View File

@@ -13,7 +13,7 @@ namespace Archimedes {
Window(const std::function<void(Event*)>& sendEventFn) : eventFn(sendEventFn) {} Window(const std::function<void(Event*)>& sendEventFn) : eventFn(sendEventFn) {}
virtual ~Window() = 0; virtual ~Window() {};
void doFrame() { void doFrame() {