Daniele Bartolini %!s(int64=11) %!d(string=hai) anos
pai
achega
5e2f576ebf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      engine/resource/resource_registry.cpp

+ 1 - 1
engine/resource/resource_registry.cpp

@@ -100,7 +100,7 @@ static const ResourceCallback* find_callback(uint64_t type)
 		c++;
 	}
 
-	CE_ASSERT_NOT_NULL(c);
+	CE_ASSERT(c->type != 0, "Compiler not found");
 	return c;
 }