| 40 | } |
| 41 | |
| 42 | void Alignment::HandleAlignmentChange( const sf::Vector2f& /*old_alignment*/ ) { |
| 43 | UpdateChild(); |
| 44 | } |
| 45 | |
| 46 | void Alignment::UpdateChild() { |
| 47 | auto child = GetChild(); |
nothing calls this directly
no outgoing calls
no test coverage detected