mirror of https://github.com/axmolengine/axmol.git
1, modify space format.
This commit is contained in:
parent
8d3d3a0348
commit
6a53cfdc76
|
@ -38,8 +38,8 @@ class Node;
|
||||||
enum {
|
enum {
|
||||||
kComponentOnEnter,
|
kComponentOnEnter,
|
||||||
kComponentOnExit,
|
kComponentOnExit,
|
||||||
kComponentOnAdd,
|
kComponentOnAdd,
|
||||||
kComponentOnRemove,
|
kComponentOnRemove,
|
||||||
kComponentOnUpdate
|
kComponentOnUpdate
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue