Skip to content

Commit 95e3fbe

Browse files
committed
ソースのみ復元
1 parent 71915c3 commit 95e3fbe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/c_wrapper/vector_tile_downloader_c.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ using namespace plateau::geometry;
4242

4343
DLL_STRING_VALUE_FUNC(plateau_vector_tile_downloader_calc_destination_path,
4444
VectorTileDownloader,
45-
//handle->calcDestinationPath(index).u8string(), , int index)
46-
handle->calcDestinationPath(index).string(), , int index)
45+
handle->calcDestinationPath(index).u8string(), , int index)
4746

4847
DLL_VALUE_FUNC(plateau_vector_tile_downloader_get_tile,
4948
VectorTileDownloader,

0 commit comments

Comments
 (0)