Skip to content

Commit

Permalink
feat(wolf): remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Nov 29, 2019
1 parent ff847e9 commit d6621f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tutorials/wolf-3d/wolf-3d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ using st_direction = st::type<math::vec2f, struct st_direction_tag>;
using st_bobbing = st::type<float, struct bobbing_tag>;
using st_plane = st::type<math::vec2f, struct plane_tag>;
using st_tile_size = st::type<float, struct tile_size_tag>;
using st_zbuffer = st::type<float[], struct zbuffer_tag>;

inline constexpr std::size_t map_width = 24ull;
inline constexpr std::size_t map_height = 24ull;
Expand Down

0 comments on commit d6621f5

Please sign in to comment.