From f02e956aef2209e19d6d597f41c253521136fb20 Mon Sep 17 00:00:00 2001 From: ikpil Date: Sat, 30 Sep 2023 13:30:52 +0900 Subject: [PATCH] feat: add comment for windows --- src/DotRecast.Recast.Demo/RecastDemo.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/DotRecast.Recast.Demo/RecastDemo.cs b/src/DotRecast.Recast.Demo/RecastDemo.cs index 98392a5..864255e 100644 --- a/src/DotRecast.Recast.Demo/RecastDemo.cs +++ b/src/DotRecast.Recast.Demo/RecastDemo.cs @@ -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);