(adsbygoogle = window.adsbygoogle || []).push({});
So in my menu I have shaders for my scroller, but when I scroll I want to delete or move the previous shader and replace it with the new one.
Initially opening the menu(Scroller is in the first position).
[img]
https://puu.sh/3rqxC.jpg [/img]
After I scroll...
You must login or register to view this content.
I've already tried
public void DestroyElem(uint elem)
{
SetMemory(elem, new byte[0xB4]);
}
and didn't get any error while using it. It didn't work tho.
If anybody could help me or give any useful information that would be great.