Skip to content

Commit

Permalink
Update engine/include/cubos/engine/renderer/plugin.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Ricardo Antunes <[email protected]>
  • Loading branch information
roby2014 and RiscadoA authored Oct 16, 2023
1 parent 5bb350e commit f7d74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/include/cubos/engine/renderer/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace cubos::engine
Asset<VoxelPalette> asset;

/// @brief Previous asset handle save in order to check if asset changed later.
/// TODO: ECS should have a .changed function to make this process easier (#273).
/// @todo ECS should have a .changed function to make this process easier (#273).
Asset<VoxelPalette> prev;
};

Expand Down

0 comments on commit f7d74f9

Please sign in to comment.