mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Update fixNES integration
This commit is contained in:
@@ -5,7 +5,6 @@ using namespace std::literals;
|
||||
namespace urde
|
||||
{
|
||||
|
||||
#ifndef NDEBUG
|
||||
std::string_view ScriptObjectTypeToStr(EScriptObjectType type)
|
||||
{
|
||||
switch (type)
|
||||
@@ -238,6 +237,5 @@ std::string_view ScriptObjectMessageToStr(EScriptObjectMessage message)
|
||||
default: return "..."sv;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user