Browse Source

Merge branch 'master' into C4267

Kim Kulling 7 năm trước cách đây
mục cha
commit
2e443dc669
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }