Cleanup: Fix typo in Cycles error log
Pull Request: https://projects.blender.org/blender/blender/pulls/110045
This commit is contained in:
committed by
Sergey Sharybin
parent
8db97728b5
commit
99b962811b
@@ -860,7 +860,7 @@ bool BlenderDisplayDriver::gpu_resources_create()
|
||||
gpu_render_sync_ = GPU_fence_create();
|
||||
|
||||
if (!DCHECK_NOTNULL(gpu_upload_sync_) || !DCHECK_NOTNULL(gpu_render_sync_)) {
|
||||
LOG(ERROR) << "Error creating GPU synchronization primtiives.";
|
||||
LOG(ERROR) << "Error creating GPU synchronization primitives.";
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user