Skip to content

Commit

Permalink
Update plugin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarface1809 committed Oct 6, 2024
1 parent bd309a8 commit e5f9993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tesseratos/src/tesseratos/importer/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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{});
Expand Down

0 comments on commit e5f9993

Please sign in to comment.