Explorar o código

Merge pull request #2174 from Wasabi375/patch-1

ReadFieldPtrVector should return true when successful
Kim Kulling %!s(int64=7) %!d(string=hai) anos
pai
achega
65c07613ea
Modificáronse 1 ficheiros con 1 adicións e 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;
 }