Fixed Typo in newelement.py (#747)

This commit is contained in:
xcodz-dot
2020-11-18 00:38:01 +05:30
committed by GitHub
parent 86a621741d
commit 2f85557505

View File

@@ -60,7 +60,7 @@ static int update(UPDATE_FUNC_ARGS)
static int graphics(GRAPHICS_FUNC_ARGS)
{{
// graphics code here
// return 1 if nothing dymanic happens here
// return 1 if nothing dynamic happens here
return 0;
}}