0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

and fixed one more little bug

This commit is contained in:
jp9000 2013-10-05 09:42:04 -07:00
parent f9c2aadf53
commit 7f59eebea5

View File

@ -72,7 +72,7 @@ texture_t device_create_cubetexture(device_t device, uint32_t size,
return (texture_t)tex;
fail:
texture_destroy((texture_t)tex);
cubetexture_destroy((texture_t)tex);
blog(LOG_ERROR, "device_create_cubetexture (GL) failed");
return NULL;
}