Cleanup: Improve & correct comment for asset system file flag

This commit is contained in:
Julian Eisel
2025-08-14 18:18:47 +02:00
parent 45fadf8297
commit ea9e390f69

View File

@@ -320,8 +320,8 @@ enum {
// #define G_FILE_GLSL_NO_ENV_LIGHTING (1 << 28) /* deprecated */ // #define G_FILE_GLSL_NO_ENV_LIGHTING (1 << 28) /* deprecated */
/** /**
* This file contains a single asset and its dependencies. Users may edit the asset through the * This file contains a single asset and its dependencies. Users may edit the asset through the
* UI, at which point the file will be regenerated by the asset system (API in * UI and save the changes, at which point the file will be regenerated by the asset system to
* #BKE_asset_edit.hh). Stored with a .asset.blend prefix. * include the edits (API in #BKE_asset_edit.hh). Stored with an .asset.blend file extension.
*/ */
G_FILE_ASSET_EDIT_FILE = (1 << 29), G_FILE_ASSET_EDIT_FILE = (1 << 29),
}; };