Skip to content

Commit 084024d

Browse files
committed
WASM: fix stray brace in settle loop guard breaking native build
1 parent 15c9321 commit 084024d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Processing.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3222,7 +3222,6 @@ void PApplet::run(){
32223222
glfwPollEvents();
32233223
glfwSwapBuffers(gWindow);
32243224
}
3225-
}
32263225
#endif
32273226
if (!defaultP3D) setProjection(winWidth, winHeight);
32283227

0 commit comments

Comments
 (0)