
But I have a problem updating a IgeFontEntity.
So in the old code, I have a IgeFontEntity that is updated on every tick. I just use the basic text()-function to update the text (so like ige.client.someText.text('new text');)
I now updated the code and it still works, but the text blinks a lot. It feels like every second tick the field goes empty and it comes back.
Is there anyway to make the text change more performant?