mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-12-10 15:48:46 +00:00
[engine] [cocos2d-x] [jsb-adapter] 适配引擎 v2.4.12 版本
This commit is contained in:
@@ -160,7 +160,7 @@ let TiledLayer = cc.Class({
|
||||
* !#en enable or disable culling
|
||||
* !#zh 开启或关闭裁剪。
|
||||
* @method enableCulling
|
||||
* @param value
|
||||
* @param {boolean} value
|
||||
*/
|
||||
enableCulling (value) {
|
||||
if (this._enableCulling != value) {
|
||||
|
||||
Reference in New Issue
Block a user