posts: polymorphic-flyweight: fix lint issues
This commit is contained in:
parent
5b5a9bbd5d
commit
eb5bb5e217
|
@ -52,7 +52,6 @@ I could order my textures by their `std::type_index` to order them first by
|
|||
chunks of types, and then sort the values inside the chunks by calling an
|
||||
ordering method on my polymorphic objects.
|
||||
|
||||
|
||||
## Implementation
|
||||
|
||||
The abstract class looked like this:
|
||||
|
|
Loading…
Reference in a new issue