VTubeTiny
VTubeTiny copied to clipboard
VTubeTiny sometimes crashes in the Texture destructor.
It's happened to me a couple of times, where VTubeTiny just dies inside of the Texture finalizer. The actual offender seems to be freeing an invalid texture, which doesn't sound proper. Or at least the final line of the error points to Raylib.UnloadTexture.