Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bugs.. haha so funny
#1
Well, for the last 4 hours Ive been trying to debug a positioning bug for my character.

It was all so wierd, cause I never noticed it before.. So no backup could be found for it.

Error
Code:
y = GetPlayerY(Index) * PIC_Y - PIC_Y + sx + Player(Index).YOffset

Finaly
Code:
y = GetPlayerY(Index) * PIC_Y + sx + Player(Index).YOffset

It was pretty damn hard to find that. I was looking at all kind of other things, just ran on it by misstake Tongue
I hate bugs....
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)