Skip to content

Commit 8fecf51

Browse files
committed
bugfix
1 parent dcc73f4 commit 8fecf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/29_ambient_occlusion/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
1313
GLcanvas gui;
1414
gui.push(&m);
1515

16-
ambient_occlusion_srf_meshes(m);
16+
ambient_occlusion(m);
1717
m.updateGL();
1818

1919
gui.callback_app_controls = [&]()

0 commit comments

Comments
 (0)