GCWizard icon indicating copy to clipboard operation
GCWizard copied to clipboard

Performance issue when using int instead of float in GCW script

Open Linsty opened this issue 8 months ago • 0 comments

@t-m-z

This is an example script: A = 0

IF A = 0 THEN PRINT "Test 0" ELSEIF A = 1 THEN PRINT "Test 1" ELSE PRINT "Test 2" ENDIF

When using an integer 0 the script performance is bad. When using an integer not equal to 0 the performance is fine. When using a float 0 (0.0) the performance is fine too.

Kind regards

Marcia

Linsty avatar Jun 02 '24 13:06 Linsty