diff --git a/engine/samples/voxels/main.cpp b/engine/samples/voxels/main.cpp index 6e78b8139..6faec40a4 100644 --- a/engine/samples/voxels/main.cpp +++ b/engine/samples/voxels/main.cpp @@ -1,12 +1,9 @@ -#include - -#include -#include +#include +#include #include #include #include -using cubos::core::Settings; using cubos::core::ecs::Commands; using cubos::core::ecs::Read; using cubos::core::ecs::Write; @@ -69,7 +66,6 @@ static void spawnCarSystem(Commands cmds, Read assets) int main(int argc, char** argv) { Cubos cubos{argc, argv}; - cubos.addPlugin(envSettingsPlugin); cubos.addPlugin(rendererPlugin); /// [Adding the plugin]