mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Handles barely work now, mostly no crashes
This commit is contained in:
@@ -212,6 +212,9 @@ public class Effect : Asset
|
||||
{
|
||||
Debug.Profiler.ProfileRendererFunction!();
|
||||
|
||||
if (texture == null)
|
||||
return;
|
||||
|
||||
[Inline]InternalSetTexture(name, texture.GetViewBinding());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user