Skip to content

Commit ba81210

Browse files
author
Vano
committed
fixed typo
1 parent a37226e commit ba81210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/godotcpp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ list(APPEND GODOT_DEFINITIONS
112112
REAL_T_IS_DOUBLE
113113
>
114114
$<$<AND:$<NOT:$<STREQUAL:${TARGET},TEMPLATE_RELEASE>>,$<BOOL:${USE_HOT_RELOAD}>>:
115-
HOT_RELOAD_ENABLE
115+
HOT_RELOAD_ENABLED
116116
>
117117
$<$<STREQUAL:${TARGET},EDITOR>:
118118
TOOLS_ENABLED

0 commit comments

Comments
 (0)