Fixed flickering
This commit is contained in:
@@ -15,8 +15,6 @@ errorret_t assetAlphaImageLoad(void *data, void *output) {
|
||||
assertNotNull(data, "Data pointer cannot be NULL.");
|
||||
assertNotNull(output, "Output pointer cannot be NULL.");
|
||||
|
||||
debugPrint("Loading ASSET_TYPE_ALPHA_IMAGE asset.\n");
|
||||
|
||||
assetalphaimage_t *dataPtr = (assetalphaimage_t *)data;
|
||||
texture_t *outputPtr = (texture_t *)output;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user