Skip to content

Commit 127b310

Browse files
committed
fix(Attribute): not assignable by default
BREAKING CHANGE: default assignable attribute behavior changed
1 parent fe187c9 commit 127b310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/basic/attribute_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace geode
5858
} } } );
5959
}
6060

61-
bool assignable{ true };
61+
bool assignable{ false };
6262
bool interpolable{ false };
6363
};
6464

0 commit comments

Comments
 (0)