mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-03-28 14:56:24 +01:00
**** you visual studio
This commit is contained in:
parent
1e23974c48
commit
d8e94a373a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ std::optional<Mod_entry> Steam_UGC::get_query_ugc(UGCQueryHandle_t handle, uint3
|
|||
std::vector<std::string> Steam_UGC::get_query_ugc_tags(UGCQueryHandle_t handle, uint32 index)
|
||||
{
|
||||
auto res = get_query_ugc(handle, index);
|
||||
if (!res.has_value()) return std::nullopt;
|
||||
if (!res.has_value()) return {};
|
||||
|
||||
std::string tmp = res.value().tags;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue