From e5f999311926e49fc4d2c768a09b427a7b02ca1a Mon Sep 17 00:00:00 2001 From: Santos Date: Sun, 6 Oct 2024 16:07:57 +0100 Subject: [PATCH] Update plugin.cpp --- tools/tesseratos/src/tesseratos/importer/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tesseratos/src/tesseratos/importer/plugin.cpp b/tools/tesseratos/src/tesseratos/importer/plugin.cpp index 958723e03..0149cdaa1 100644 --- a/tools/tesseratos/src/tesseratos/importer/plugin.cpp +++ b/tools/tesseratos/src/tesseratos/importer/plugin.cpp @@ -96,7 +96,7 @@ static bool handleImport(Assets& assets, ImportState& state) if (gridHandles[i].isNull()) { CUBOS_INFO("Failed to get asset handle for gridPath: {}", gridPaths[i]); - CUBOS_INFO("Creating new grid asset."); + CUBOS_INFO("Creating new grid asset"); // Create a new empty VoxelGrid and assign a handle to it. gridHandles[i] = assets.create(VoxelGrid{});