mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Removed a trace statement
This commit is contained in:
@@ -409,7 +409,6 @@ static bool calcStaticBinaryArithmetic(Node** nodeHandle) {
|
|||||||
if(IS_FLOAT(lhs) && IS_FLOAT(rhs)) {
|
if(IS_FLOAT(lhs) && IS_FLOAT(rhs)) {
|
||||||
switch((*nodeHandle)->binary.opcode) {
|
switch((*nodeHandle)->binary.opcode) {
|
||||||
case OP_ADDITION:
|
case OP_ADDITION:
|
||||||
printf("binary foobar");
|
|
||||||
result = TO_FLOAT_LITERAL( AS_FLOAT(lhs) + AS_FLOAT(rhs) );
|
result = TO_FLOAT_LITERAL( AS_FLOAT(lhs) + AS_FLOAT(rhs) );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user