add some comments to help future devs

This commit is contained in:
Seth Alves 2019-06-04 15:45:33 -07:00
parent 07c2d80b0c
commit 02ff4ea2f5
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
enum GizmoType {
RING = 0,
// put new gizmo-types before this line.
UNSET_GIZMO_TYPE
};

View file

@ -14,6 +14,7 @@
enum MaterialMappingMode {
UV = 0,
PROJECTED,
// put new mapping-modes before this line.
UNSET_MATERIAL_MAPPING_MODE
};