mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Fix redundant+wrong ValueType
This commit is contained in:
@@ -251,8 +251,6 @@ impl Assembler {
|
||||
}
|
||||
|
||||
fn number(&mut self, value: f64) {
|
||||
self.output.push(ValueType::Number as u8);
|
||||
|
||||
if value == (value as i8) as f64 {
|
||||
self.output.push(ValueType::SignedByte as u8);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user