| 557 | } |
| 558 | |
| 559 | void QuickSpawnFollower::GetDimensions(float& width, float& height) |
| 560 | { |
| 561 | TheQuickSpawnMenu->GetDimensions(width, height); |
| 562 | float scaleFactor = UserPrefs.ui_scale.Get() / gDrawScale; |
| 563 | width *= scaleFactor; |
| 564 | height *= scaleFactor; |
| 565 | |
| 566 | height -= 10; |
| 567 | width -= 10; |
| 568 | } |
| 569 | |
| 570 | void QuickSpawnFollower::UpdateLocation() |
| 571 | { |