Skip to content

Commit

Permalink
Feature Script: Fix release-only unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Nov 18, 2021
1 parent bc77e37 commit b24073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LHScriptX/FeatureScriptCommands.cpp
Expand Up @@ -539,7 +539,7 @@ void FeatureScriptCommands::LoadLandscape(const std::string& path)
Game::instance()->LoadLandscape(path);
}

void FeatureScriptCommands::Version(float version)
void FeatureScriptCommands::Version([[maybe_unused]] float version)
{
SPDLOG_LOGGER_DEBUG(spdlog::get("scripting"), "LHScriptX: Land version set to: {}", version);
}
Expand Down

0 comments on commit b24073b

Please sign in to comment.