mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-14 09:45:47 +00:00
Fix bug in Compressonator BC6 options setting
This commit is contained in:
+1
-1
@@ -3807,7 +3807,7 @@ int CMP_CDECL CreateOptionsBC6(void **options)
|
||||
{
|
||||
(*options) = new BC6H_Encode;
|
||||
if (!options) return CGU_CORE_ERR_NEWMEM;
|
||||
SetDefaultBC6Options((BC6H_Encode *)options);
|
||||
SetDefaultBC6Options((BC6H_Encode *)(*options));
|
||||
return CGU_CORE_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user