OnMouseOver 2 Textures are shown over object

Hey guys im new to Unity3D and have a little problem :slight_smile:

I have a custom MouseTexture for my Game using this Code:

And now i wanted to use a Mouseover function - it works ok so far but theres still a little problem

when im not over the object: mouse shows the custom mouse texture
when im over the object: mouse shows custom mouse texture and the “hover texture”

heres the code im using so far on the object:

noone?