Cleanup: consistent TODO/FIXME formatting for names
Following the most widely used convention for including todo's in the code, that is: `TODO(name):`, `FIXME(name)` ... etc.
This commit is contained in:
@@ -224,7 +224,7 @@ static int rna_Image_gl_load(Image *image, ReportList *reports, int frame)
|
||||
|
||||
if (tex == NULL) {
|
||||
BKE_reportf(reports, RPT_ERROR, "Failed to load image texture '%s'", image->id.name + 2);
|
||||
/* TODO(fclem) this error code makes no sense for vulkan. */
|
||||
/* TODO(fclem): this error code makes no sense for vulkan. */
|
||||
return 0x0502; /* GL_INVALID_OPERATION */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user