feat: allow passing custom material for grid overlay

This commit is contained in:
Nick Fisher
2024-12-17 14:01:25 +08:00
parent 8fa43e5306
commit fd1faa6023
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ namespace thermion
return _ncm;
}
SceneAsset *createGrid();
SceneAsset *createGrid(Material *material);
bool isGridEntity(utils::Entity entity);