mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-07-30 02:43:22 +03:00
position(force) -> position(absolute)
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
98a0931225
commit
6174d62f6f
@@ -29,7 +29,7 @@ textboxclass::textboxclass(int gap)
|
||||
|
||||
large = false;
|
||||
|
||||
position_forced = false;
|
||||
position_absolute = false;
|
||||
|
||||
should_centerx = false;
|
||||
should_centery = false;
|
||||
@@ -83,7 +83,7 @@ void textboxclass::centery(void)
|
||||
void textboxclass::applyposition(void)
|
||||
{
|
||||
resize();
|
||||
if (!position_forced)
|
||||
if (!position_absolute)
|
||||
{
|
||||
reposition();
|
||||
if (should_centerx)
|
||||
|
||||
Reference in New Issue
Block a user