pull/1/head
Evan Hemsley 2019-06-12 11:44:18 -07:00
parent d9c9008cf4
commit 23c9c47d60
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Really, when we talk about decoupling, we are saying that we don't want the stru
This is a pretty abstract principle, but there is a nice illustration of it in our program as it exists right now.
Right now our InputEngine is sending Messages to our MotionMessage. Is that actually what we want?
Right now our InputEngine is sending Messages to our MotionEngine. Is that actually what we want?
What I am saying is... can you think of an example where something other than direct input might want to control the movement of a paddle?