mirror of
https://github.com/potato47/ccc-devtools.git
synced 2024-12-26 03:39:16 +00:00
修复CocosCreator1.8.2版本Drawcall显示为NaN的问题
This commit is contained in:
parent
3cb2cca68f
commit
259d2a90c7
@ -34,7 +34,7 @@ var Stats = function () {
|
|||||||
|
|
||||||
function getDrawcalls() {
|
function getDrawcalls() {
|
||||||
if (window.cc) {
|
if (window.cc) {
|
||||||
return cc.renderer.drawCalls;
|
return cc.g_NumberOfDraws || cc.renderer.drawCalls;
|
||||||
} else {
|
} else {
|
||||||
return Infinity;
|
return Infinity;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user