Explorar o código

Check PHashTranslation generate p_from is valid

MaxStgs %!s(int64=4) %!d(string=hai) anos
pai
achega
0bb40df4bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      core/compressed_translation.cpp

+ 1 - 0
core/compressed_translation.cpp

@@ -45,6 +45,7 @@ struct _PHashTranslationCmp {
 
 void PHashTranslation::generate(const Ref<Translation> &p_from) {
 #ifdef TOOLS_ENABLED
+	ERR_FAIL_COND(p_from.is_null());
 	List<StringName> keys;
 	p_from->get_message_list(&keys);