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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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