Skip to content

Commit

Permalink
Update CellColors.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Aug 29, 2024
1 parent 5d09208 commit d194551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodes/CellColors.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ using namespace geode::prelude;
setCellColors(LevelCell, loadFromLevel, GJGameLevel);
setCellColors(LevelListCell, loadFromList, GJLevelList);
setCellColors(GJScoreCell, loadFromScore, GJUserScore);
setCellColors(GJUserCell, loadFromScore, GJUserScore);

#ifndef GEODE_IS_MACOS

setCellColors(GJUserCell, loadFromScore, GJUserScore);
setCellColors(AchievementCell, loadFromDict, CCDictionary);
setCellColors(GJMessageCell, loadFromMessage, GJUserMessage);
setCellColors(MapPackCell, loadFromMapPack, GJMapPack);
Expand Down

0 comments on commit d194551

Please sign in to comment.