You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to implement my Component Pattern and during this I don't know why the textures are not loading anymore. Even if I try to use the same functions before implementing the Component Pattern it doesnt print my texture. I don't know why is this happening, when I debug my code it says that the texture exists and is entering the texture.bind() but the texture does not appear. Why is this happening?
Hi @pepcots ,
I was trying to implement my Component Pattern and during this I don't know why the textures are not loading anymore. Even if I try to use the same functions before implementing the Component Pattern it doesnt print my texture. I don't know why is this happening, when I debug my code it says that the texture exists and is entering the texture.bind() but the texture does not appear. Why is this happening?
Thanks
Badass-Engine/Maker/Engine/GameObject.cpp
Lines 16 to 36 in c41fca0
The text was updated successfully, but these errors were encountered: