From d0f23b648823ba81228631436a559caac93e88f5 Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Tue, 18 Aug 2020 23:40:06 -0400 Subject: [PATCH] address comments --- lib/components/position_component.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/components/position_component.dart b/lib/components/position_component.dart index a5b2a33cc..954e35f12 100644 --- a/lib/components/position_component.dart +++ b/lib/components/position_component.dart @@ -48,10 +48,10 @@ abstract class PositionComponent extends Component { /// The [angle] is rotated around this point. Anchor anchor = Anchor.topLeft; - /// Wether this component should be flipped on the X axis before being rendered. + /// Whether this component should be flipped on the X axis before being rendered. bool renderFlipX = false; - /// Wether this component should be flipped ofn the Y axis before being rendered. + /// Whether this component should be flipped ofn the Y axis before being rendered. bool renderFlipY = false; /// This is set by the BaseGame to tell this component to render additional debug information,