Michele Caini hace 6 años
padre
commit
d2cbb72490
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/entt/entity/registry.hpp

+ 1 - 1
src/entt/entity/registry.hpp

@@ -555,7 +555,7 @@ public:
      * just created otherwise.
      */
     template<typename... Component>
-    decltype(auto) create() {
+    auto create() {
         entity_type entity;
 
         if(destroyed == null) {