diff --git a/tutorials/wolf-3d/wolf-3d.cpp b/tutorials/wolf-3d/wolf-3d.cpp index 38549c47..1db135e5 100644 --- a/tutorials/wolf-3d/wolf-3d.cpp +++ b/tutorials/wolf-3d/wolf-3d.cpp @@ -21,7 +21,6 @@ using st_direction = st::type; using st_bobbing = st::type; using st_plane = st::type; using st_tile_size = st::type; -using st_zbuffer = st::type; inline constexpr std::size_t map_width = 24ull; inline constexpr std::size_t map_height = 24ull;