Ich hab das Pathfinding heroischerweise auch mit eurem Krampf von Entwicklungsumgebung zum Laufen gebrachtentwicklungsumgebung zum Laufen gebracht

This commit is contained in:
2014-05-12 00:44:01 +02:00
parent cbd3b39da0
commit 86b871905c

View File

@@ -40,7 +40,7 @@ namespace WorldOfPeacecraft
return mappedResult;
}
[DllImport("pathfinding")]
[DllImport("pathfinding", CallingConvention=CallingConvention.Cdecl)]
[return: MarshalAs(UnmanagedType.I4)]
private static extern unsafe int findPath(
PathNode posFrom,