Skip to content

Commit

Permalink
update TAG_MIRROR_BALL
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleTheFu committed Sep 22, 2024
1 parent 695e472 commit 37a0a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const int Common::TAG_PLANE_BACK = 6;
const int Common::TAG_LIGHT = 1001;

const int Common::TAG_GLASS_BALL = 10001;
const int Common::TAG_MIRROR_BALL = 20001;
const int Common::TAG_MIRROR_BALL = 11001;

const unsigned int Common::default_screen_width = 256;
const unsigned int Common::default_screen_height = 256;
Expand Down

0 comments on commit 37a0a83

Please sign in to comment.