Tiny comment fix in ccConfig.h (#18483)

This commit is contained in:
Priority10 2017-11-23 04:35:41 +03:00 committed by minggo
parent 14bca227e8
commit 602b9e51f2
1 changed files with 14 additions and 15 deletions

View File

@ -58,7 +58,7 @@ THE SOFTWARE.
* It is recommended to enable whenever possible to improve speed.
* If you are migrating your code from GL ES 1.1, then keep it disabled. Once all your code works as expected, turn it on.
* Default value: Enabled by default
* Enabled by default.
* @since v2.0.0
*/
@ -323,11 +323,10 @@ THE SOFTWARE.
#endif
/** When CC_ENABLE_SCRIPT_BINDING and CC_ENABLE_GC_FOR_NATIVE_OBJECTS are both 1
then the Garbage collector will release the native objects, only when the JS/Lua objects
are collected.
The benefit is that users don't need to retain/release the JS/Lua objects manually.
By default this behavior is disabled by default
* then the Garbage collector will release the native objects, only when the JS/Lua objects
* are collected.
* The benefit is that users don't need to retain/release the JS/Lua objects manually.
* Disabled by default.
*/
#ifdef CC_ENABLE_SCRIPT_BINDING
#ifndef CC_ENABLE_GC_FOR_NATIVE_OBJECTS