forked from mirrors/0ad
# Optimisations for Linux
GCC: Don't export symbols from DSOs by default - see http://gcc.gnu.org/wiki/Visibility This was SVN commit r4812.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
|
||||
const int maxInfluences = 4;
|
||||
const size_t maxInfluences = 4;
|
||||
struct VertexBlend
|
||||
{
|
||||
uint8 bones[maxInfluences];
|
||||
|
||||
Reference in New Issue
Block a user