Skip to content

Commit

Permalink
Add breakingChanges conversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmitasch committed Nov 4, 2023
1 parent d7c801f commit 10e0c3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Source/BentoEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ BentoEngine::BentoEngine() :
{
Engine::mainEngine = this;

convertURL = "https://www.jonglissimo.com/bento-converter/convert.php";
breakingChangesVersions.add("2.0.0b1");

addChildControllableContainer(LightBlockModelLibrary::getInstance());
addChildControllableContainer(PropManager::getInstance());
addChildControllableContainer(Spatializer::getInstance());
Expand Down

0 comments on commit 10e0c3d

Please sign in to comment.