We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a291c67 commit 27ce633Copy full SHA for 27ce633
1 file changed
book/data-locality.markdown
@@ -615,7 +615,7 @@ particle system that will be spawning and killing particles anyway.
615
616
OK, this is the last example of a simple technique for making your cache
617
happier. Say we've got an AI component for some game entity. It has some state
618
-in it -- the animation it's currently playing, a goal position its heading
+in it -- the animation it's currently playing, a goal position it's heading
619
towards, energy level, etc. -- stuff it checks and tweaks every single frame.
620
Something like:
621
0 commit comments