Skip to content

Commit 3a2383c

Browse files
committed
fix
1 parent 259cb2e commit 3a2383c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

02.2-Flyweight.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
* 它在深林中的位置以及朝向。
1515
* 大量的参数像大小、颜色等,这样每棵树看起来都不一样。
1616

17-
如果你将它在代码中表述出来,那么你将得到下面的东西:
18-
19-
class Tree
17+
如果你将它在代码中表述出来,那么你将得到下面的东西:
18+
19+
class Tree
2020
{
2121
private:
2222
Mesh mesh_;

0 commit comments

Comments
 (0)