Skip to content

Commit 87b5efd

Browse files
authored
Merge pull request #5296 from liginity/patch-1
Fix wrong image file name in get-started-linux-cmake.md
2 parents bbddc95 + ad7e38e commit 87b5efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/get-started-linux-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ Because it's a desktop application, you need to provide some more configuration
187187

188188
1. Look at the Call Stack window and view the Calls to `x11OpenGLWindow` since Visual Studio launched the application on Linux.
189189

190-
:::image type="complex" source="media/cmake-bullet3-linux-console.png" alt-text="The Visual Studio Call Stack window, showing Linux call stack.":::
190+
:::image type="complex" source="media/cmake-bullet3-linux-callstack.png" alt-text="The Visual Studio Call Stack window, showing Linux call stack.":::
191191
The callstack shows the breakpoint on CommonRigidBodyBase::mouseMoveCallback, and the calls that precede it such as OnMouseMove, X11OpenGLWindow::pumpMessage, and so on.
192192
:::image-end:::
193193

0 commit comments

Comments
 (0)