| 256 | } |
| 257 | |
| 258 | ofVec2f ModuleContainer::GetDrawOffset() |
| 259 | { |
| 260 | if (mOwner != nullptr && mOwner->GetOwningContainer() != nullptr) |
| 261 | return mDrawOffset + mOwner->GetOwningContainer()->GetDrawOffset(); |
| 262 | return mDrawOffset; |
| 263 | } |
| 264 | |
| 265 | float ModuleContainer::GetDrawScale() const |
| 266 | { |
no test coverage detected