Skip to content

Commit

Permalink
Merge pull request #4922 from cwisniew/reapply-4887
Browse files Browse the repository at this point in the history
hastLightSource will return expected results like 1.14.3 (reapply #4887)
  • Loading branch information
cwisniew authored Sep 23, 2024
2 parents 78c2f45 + 2a52165 commit f12401c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ public static boolean hasLightSource(Token token, String category, String name)
return true;
}
}
return false;
}
}
if (lightSourcesMap.containsKey(category)) {
Expand Down

0 comments on commit f12401c

Please sign in to comment.