Fixed issue where initial exception in the C Interface kept being blank.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2020-07-30 18:41:38 +02:00
parent 13c4609cdd
commit 99a562812d
Signed by: Deukhoofd
GPG Key ID: ADF2E9256009EDCE
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#include "Core.hpp"
std::string ExceptionHandler::_creatureLibLastException = "";
export const char* CreatureLib_C_GetLastException() { return ExceptionHandler::GetLastException(); }