Removed unneeded debug code

This commit is contained in:
yvt 2013-09-08 16:46:04 +09:00
parent b05312d01f
commit 2e989ef5cd

View File

@ -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;