Skip to content

Commit

Permalink
fix: vector size
Browse files Browse the repository at this point in the history
  • Loading branch information
hideakitai committed Feb 6, 2024
1 parent d8a562f commit 522aed5
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 522aed5

Please sign in to comment.