Removed unneeded debug code
This commit is contained in:
parent
b05312d01f
commit
2e989ef5cd
@ -68,11 +68,6 @@ namespace spades {
|
|||||||
float scale = 200.f;
|
float scale = 200.f;
|
||||||
x *= scale; y *= scale; z *= scale;
|
x *= scale; y *= scale; z *= scale;
|
||||||
|
|
||||||
static float mv = 0.f;
|
|
||||||
if(x < mv){
|
|
||||||
mv = x; printf("%f\n", mv);
|
|
||||||
}
|
|
||||||
|
|
||||||
uint32_t out;
|
uint32_t out;
|
||||||
out = Encode8bit(z);
|
out = Encode8bit(z);
|
||||||
out |= Encode8bit(y) << 8;
|
out |= Encode8bit(y) << 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user