mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Formatting, and more script object implementations
This commit is contained in:
@@ -86,7 +86,7 @@ T GetAverage(const T* v, s32 count)
|
||||
for (s32 i = 1; i < count; ++i)
|
||||
r += v[i];
|
||||
|
||||
return r / float(count);
|
||||
return r / count;
|
||||
}
|
||||
|
||||
template <class T, size_t N>
|
||||
|
||||
Reference in New Issue
Block a user