Transform Component Add Crash
Good morning everyone.
After I have solved my problem with running the project on an intel GPU. The project now is running but i faced another problem which is the following :
when i try to open a scene or when i want to create a new scene -> when i press on new spriterenderercomponent to create a new one i get an access violation and the program crashes.
the problem is shown in the following pictures:
Everything is good in this picture :
Here goes the problem :
does any one know how to solve the problem ? @VagueLobster ?
Thanks all for helping I appreciate it so much ❤
That only happens when i want to add the spriteRendererComponent and other components that needs drawing and using glDrawElements function. Hence i tried to add a camera component and it worked.