summaryrefslogtreecommitdiffstats
path: root/scene/3d/lightmapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/3d/lightmapper.h')
-rw-r--r--scene/3d/lightmapper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/scene/3d/lightmapper.h b/scene/3d/lightmapper.h
index 39181ad9a2..9aa8ef8ccb 100644
--- a/scene/3d/lightmapper.h
+++ b/scene/3d/lightmapper.h
@@ -143,9 +143,10 @@ public:
};
enum BakeError {
- BAKE_ERROR_LIGHTMAP_TOO_SMALL,
+ BAKE_OK,
+ BAKE_ERROR_TEXTURE_EXCEEDS_MAX_SIZE,
BAKE_ERROR_LIGHTMAP_CANT_PRE_BAKE_MESHES,
- BAKE_OK
+ BAKE_ERROR_ATLAS_TOO_SMALL,
};
enum BakeQuality {