VS RT: Dynamic seek step, OSD

This commit is contained in:
n00mkrad
2022-06-09 00:30:58 +02:00
parent 7ffcdc0fa5
commit 16aef55e64
5 changed files with 93 additions and 18 deletions

View File

@@ -32,6 +32,7 @@ namespace Flowframes.Data
return ai;
}
Logger.Log($"AI implementation lookup failed! This should not happen! Please tell the developer! (Implementations.cs)");
return networks[0];
}
}