Skip to content

Commit

Permalink
Update LabelValues.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Nov 14, 2024
1 parent d3fc92c commit 3863d68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LabelValues.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,10 @@ namespace LabelValues {
}

static std::pair<std::string, rift::Value> getLevelDescription() {
#ifndef GEODE_IS_MACOS
GJGameLevel* level = Utils::getLevel();
if (level) {
return LABEL("level_description", std::string(level->getUnpackedLevelDescription()));
}
#endif
return LABEL("level_description", "null");
}

Expand Down

0 comments on commit 3863d68

Please sign in to comment.