mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-08-08 07:09:52 +00:00
Remove commented-out code
This commit is contained in:
parent
0f39b825e1
commit
eb128e65a4
162 changed files with 2092 additions and 6594 deletions
|
@ -45,8 +45,8 @@ public:
|
|||
}
|
||||
void setCWH(int x, int y, int w, int h)
|
||||
{
|
||||
//int w2 = w*0.5f;
|
||||
//int h2 = h*0.5f;
|
||||
|
||||
|
||||
const int w2 = w / 2;
|
||||
const int h2 = h / 2;
|
||||
x1 = x - w2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue