Fixed spelling error in AngelScriptResolver name.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-24 00:05:43 +02:00
parent 1d5c6d696e
commit 42ea76cf53
12 changed files with 61 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
#include "AngelScriptScript.hpp"
#include "AngelScripResolver.hpp"
#include "AngelScriptResolver.hpp"
#define CALL_HOOK(name, setup) \
auto s = _type->Get##name(); \