8 months ago
fix illegally skipping geometry update of text node
the reason is that the scene will not try again to update the node when it is just unhidden
0 | 1 | # |
2 | # cc toolchain config | |
3 | # | |
4 | ||
5 | CFLAGS = | |
6 | DEBUG_CC_FLAGS = -g | |
7 | RELEASE_CC_FLAGS = -O3 -DNDEBUG | |
8 | LDFLAGS = |