Formula (var.a/var.b)*var.c
All are instance variables are from different sprites.
All show to have no decimals in debugger.
var.a =5
var.b=375
var.c=100
(5/375)*100=1.333333333
*** In debugger the number returned is 1 *** Should be 1.333333333 ***
I do not have a floor or a round used on any of these numbers and the value returned makes zero sense to me.
Any thoughts?