From a8f95661050c3c9ccba56860f5bdd603ce9e530f Mon Sep 17 00:00:00 2001 From: ikpil Date: Thu, 23 Mar 2023 00:37:15 +0900 Subject: [PATCH] change image path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 052f5c9..d1c887f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DotRecast -![DotRecast of a navmesh baked with the sample program](/DotRecast.Recast.Demo/screenshot.png?raw=true) +![DotRecast of a navmesh baked with the sample program](/src/DotRecast.Recast.Demo/screenshot.png?raw=true) DotRecast is a port of recast4j(https://github.com/ppiastucki/recast4j) to C# and has been built to target netstandard2.1 to work with both Unity3D and pure C#.