From b9120803e6094a54192ed67d9585ab046101c816 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Wed, 28 Apr 2021 05:19:50 -0400 Subject: Use OutputFormatter for every C and H file, to improve the generated output (#122) * Small changes in collision * Use outputformatter to write C files * Outputformatter for .h files * Use more fs::path * Use gfxd_udata_set and gfxd_udata_get instead of an instance * Fix merge issues and warnings * run format --- ZAPD/ZVector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZVector.cpp') diff --git a/ZAPD/ZVector.cpp b/ZAPD/ZVector.cpp index 2a732bc..160d2aa 100644 --- a/ZAPD/ZVector.cpp +++ b/ZAPD/ZVector.cpp @@ -22,7 +22,7 @@ ZVector::~ZVector() void ZVector::ClearScalars() { - for(auto s: scalars) + for (auto s : scalars) delete s; scalars.clear(); -- cgit v1.2.3