mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Fix TV and splash on res change
This commit is contained in:
@@ -706,13 +706,3 @@ short AddDynamicObject (short what, Rect *where, objectType *who,
|
||||
|
||||
return dynIndex;
|
||||
}
|
||||
|
||||
void OffsetDynamics(SInt16 h, SInt16 v)
|
||||
{
|
||||
for (int i = 0; i < numDynamics; i++)
|
||||
{
|
||||
dynaType &dinah = dinahs[i];
|
||||
//QOffsetRect(&dinah.dest, h, v);
|
||||
//QOffsetRect(&dinah.whole, h, v);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user