Explorar el Código

ReadFieldPtrVector should return true when successful

Burkhard Mittelbach hace 7 años
padre
commit
afbdb043b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/BlenderDNA.inl

+ 1 - 1
code/BlenderDNA.inl

@@ -405,7 +405,7 @@ bool Structure::ReadFieldPtrVector(vector<TOUT<T>>&out, const char* name, const
 	++db.stats().fields_read;
 #endif
 
-	return false;
+	return true;
 }