Skip to content

Commit

Permalink
Merge pull request #21 from hideakitai/fix/vector-size
Browse files Browse the repository at this point in the history
fix: vector size
  • Loading branch information
hideakitai authored Feb 6, 2024
2 parents d8a562f + 522aed5 commit c4c3524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tween/Types.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace tween {
template <typename T, typename U>
using Map = arx::stdx::map<T, U>;
template <typename T>
using Vec = arx::stdx::vector<T, 60>;
using Vec = arx::stdx::vector<T>;
template <typename T>
using Ref = std::shared_ptr<T>;
#endif
Expand Down

0 comments on commit c4c3524

Please sign in to comment.