Skip to content

Commit

Permalink
debug color parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuhui ZHI authored and Yuhui ZHI committed Nov 24, 2016
1 parent 170de87 commit 343c8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SysTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ void SysTool::setColor(int color)

void SysTool::setColorBody(int cb)
{
colorBody = cb;
colorBody = cb % 257;
}

int SysTool::getColorBody()
Expand Down

0 comments on commit 343c8c6

Please sign in to comment.