[Localization]: Remove redundant specifier
This commit is contained in:
parent
7414ceef44
commit
2919bc1e76
@ -98,9 +98,9 @@ namespace Components
|
||||
|
||||
void Localization::SaveParseOutput(Game::LocalizeEntry* asset)
|
||||
{
|
||||
if (Localization::ParseCallback)
|
||||
if (ParseCallback)
|
||||
{
|
||||
Localization::ParseCallback(asset);
|
||||
ParseCallback(asset);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user