Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Aug 1, 2020
1 parent bfd0068 commit c57e319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/UECS/CmptTag.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ namespace Ubpa::UECS {
static constexpr AccessMode AccessModeOf =
IsLastFrame_v<T> ? AccessMode::LAST_FRAME : (
IsWrite_v<T> ? AccessMode::WRITE : (
IsLatest_v<T> ? AccessMode::LAST_FRAME
IsLatest_v<T> ? AccessMode::LATEST
: AccessMode::WRITE // default
)
);
Expand Down

0 comments on commit c57e319

Please sign in to comment.