Skip to content

Commit

Permalink
Update engine/src/cubos/engine/tools/palette_editor/plugin.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
roby2014 and github-actions[bot] authored Oct 4, 2023
1 parent 2fc683c commit b7d181e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/cubos/engine/tools/palette_editor/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct SelectedPaletteInfo
};

static void checkAssetEventSystem(cubos::core::ecs::EventReader<tools::AssetSelectedEvent> reader,
Read<Assets> assets, Write<Renderer>, Write<SelectedPaletteInfo> selectedPalette)
Read<Assets> assets, Write<Renderer> /*unused*/, Write<SelectedPaletteInfo> selectedPalette)
{
for (const auto& event : reader)
{
Expand Down

0 comments on commit b7d181e

Please sign in to comment.