aboutsummaryrefslogtreecommitdiff
path: root/core/flags
diff options
context:
space:
mode:
Diffstat (limited to 'core/flags')
-rw-r--r--core/flags/rtti.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/flags/rtti.odin b/core/flags/rtti.odin
index ce7a23773..058292698 100644
--- a/core/flags/rtti.odin
+++ b/core/flags/rtti.odin
@@ -38,6 +38,6 @@ Note that only one can be active at a time.
Inputs:
- setter: The type setter. Pass `nil` to disable any previously set setter.
*/
-register_type_setter :: proc(setter: Custom_Type_Setter) {
+register_type_setter :: proc "contextless" (setter: Custom_Type_Setter) {
global_custom_type_setter = setter
}