File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ the data for the unused particles themselves.
346346When a particle isn't in use, most of its state is irrelevant. Its position and
347347velocity aren't being used. The only state it needs is the stuff required to
348348tell if it's dead. In our example, that's the ` _framesLeft ` member. All those
349- other bits can reused. Here's a revised particle:
349+ other bits can be reused. Here's a revised particle:
350350
351351^code 4
352352
Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ <h3><a href="#a-free-list" name="a-free-list">A free list</a></h3>
384384< p > When a particle isn’t in use, most of its state is irrelevant. Its position and
385385velocity aren’t being used. The only state it needs is the stuff required to
386386tell if it’s dead. In our example, that’s the < code > _framesLeft</ code > member. All those
387- other bits can reused. Here’s a revised particle:</ p >
387+ other bits can be reused. Here’s a revised particle:</ p >
388388< div class ="codehilite "> < pre > < span class ="k "> class</ span > < span class ="nc "> Particle</ span >
389389< span class ="p "> {</ span >
390390< span class ="nl "> public:</ span >
You can’t perform that action at this time.
0 commit comments