upsample ok, route have problems

This commit is contained in:
Francesco Gatti
2018-12-22 23:56:01 +01:00
parent 34be4cd00f
commit 3bd725801d
6 changed files with 112 additions and 16 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ public:
virtual size_t getSerializationSize() override {
return 6*sizeof(int) + 1*sizeof(float);
return 6*sizeof(int);
}
virtual void serialize(void* buffer) override {