From 14fc6f3963e90c8ff7d5748719e7350b374be9e9 Mon Sep 17 00:00:00 2001 From: Dan Rosser Date: Fri, 11 Sep 2026 21:18:00 +1000 Subject: [PATCH] Fix typo in emscripten template: tofGLWindowSettings -> ofGLWindowSettings Follow-up to ae054c2 which introduced the typo. --- scripts/templates/emscripten/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/emscripten/src/main.cpp b/scripts/templates/emscripten/src/main.cpp index cfcb6b0bd66..d888dda20c1 100644 --- a/scripts/templates/emscripten/src/main.cpp +++ b/scripts/templates/emscripten/src/main.cpp @@ -16,7 +16,7 @@ int main( ){ #endif //Use ofGLFWWindowSettings for more options like multi-monitor fullscreen - tofGLWindowSettings settings; + ofGLWindowSettings settings; settings.setSize(1024, 768); settings.windowMode = OF_WINDOW; //can also be OF_FULLSCREEN