Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Development Log
#81
Another good optimization to do is convert all of the division you can into multiplication. Dark Dragon said multiplication is faster in VB.

I did: / 2 to * 0.5, / 10 to * 0.1, and / 5 to * 0.2
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)