We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094b45b commit 72df773Copy full SHA for 72df773
tests/lua-tests/Content/src/DrawNodeTest/DrawNodeTest.lua
@@ -1,6 +1,5 @@
1
2
-
3
-local function drawPrimitivesMainLayer()
+local function DrawNodeMainLayer()
4
local kItemTagBasic = 1000
5
local testCount = 1
6
local maxCases = testCount
@@ -197,7 +196,7 @@ end
197
196
198
function DrawNodeTest()
199
local scene = ax.Scene:create()
200
- scene:addChild(drawPrimitivesMainLayer())
+ scene:addChild(DrawNodeMainLayer())
201
scene:addChild(CreateBackMenuItem())
202
return scene
203
end
0 commit comments