forked from mirror/DotRecast
feat: add comment for windows
This commit is contained in:
parent
d58b4929d8
commit
f02e956aef
|
@ -368,6 +368,8 @@ public class RecastDemo : IRecastDemoChannel
|
|||
|
||||
dd.Init(camr);
|
||||
|
||||
// for windows : Microsoft Visual C++ Redistributable Package
|
||||
// link - https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist
|
||||
ImGuiFontConfig imGuiFontConfig = new(Path.Combine("resources\\fonts", "DroidSans.ttf"), 16, null);
|
||||
_imgui = new ImGuiController(_gl, window, _input, imGuiFontConfig);
|
||||
|
||||
|
|
Loading…
Reference in New Issue