fix texconv build
This commit is contained in:
@@ -41,8 +41,9 @@ struct CAnimBlendPlayer {
|
||||
float predicted_tx = 0, predicted_ty = 0, predicted_tz = 0;
|
||||
float nextDeltaTime;
|
||||
|
||||
#if !defined(DC_TEXCONV)
|
||||
static unsigned count;
|
||||
|
||||
|
||||
CAnimBlendPlayer() {
|
||||
count++;
|
||||
fprintf(stderr, "CAnimBlendPlayer count %d\n", count);
|
||||
@@ -50,6 +51,7 @@ struct CAnimBlendPlayer {
|
||||
~CAnimBlendPlayer() {
|
||||
count--;
|
||||
}
|
||||
#endif
|
||||
|
||||
template <typename T>
|
||||
T read() {
|
||||
|
||||
Reference in New Issue
Block a user