Skip to content

Commit 005dd1f

Browse files
committed
Fix oob_tile_info docs not showing
1 parent 9708391 commit 005dd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ldtk_level_bgs_builder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ class level_bgs_builder
403403
/// @brief Sets the tile info that fills the out-of-bound region of a level background.
404404
/// @note Before calling this, you @b must make sure `has_background()` returns `true`. \n
405405
/// Also, you @b must use the valid tile index for the background.
406-
/// @param tile_info tile info to fill the out-of-bound region of a level background.
406+
/// @param oob_tile_info tile info to fill the out-of-bound region of a level background.
407407
/// @param layer_identifier identifier of the layer to set the tile info to.
408408
/// @return Reference to `this`.
409409
auto set_out_of_bound_tile_info(tile_grid_base::tile_info oob_tile_info, gen::layer_ident layer_identifier)

0 commit comments

Comments
 (0)