We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38e6bd commit 6e056e1Copy full SHA for 6e056e1
1 file changed
src/extractor/scripting_environment_lua.cpp
@@ -473,10 +473,6 @@ void Sol2ScriptingEnvironment::InitContext(LuaScriptingContext &context)
473
// Assert that version-dependent properties were not changed by profile
474
switch (context.api_version)
475
{
476
- case 1:
477
- BOOST_ASSERT(context.properties.GetUturnPenalty() == 0);
478
- BOOST_ASSERT(context.properties.GetTrafficSignalPenalty() == 0);
479
- break;
480
case 0:
481
BOOST_ASSERT(context.properties.GetWeightName() == "duration");
482
break;
0 commit comments