feat: add comment for windows

This commit is contained in:
ikpil 2023-09-30 13:30:52 +09:00
parent d58b4929d8
commit f02e956aef
1 changed files with 2 additions and 0 deletions

View File

@ -368,6 +368,8 @@ public class RecastDemo : IRecastDemoChannel
dd.Init(camr); 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); ImGuiFontConfig imGuiFontConfig = new(Path.Combine("resources\\fonts", "DroidSans.ttf"), 16, null);
_imgui = new ImGuiController(_gl, window, _input, imGuiFontConfig); _imgui = new ImGuiController(_gl, window, _input, imGuiFontConfig);