Skip to content

Commit

Permalink
removing useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aberant committed Apr 27, 2013
1 parent 7321195 commit a23ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/osc-ruby/osc_types.rb
Expand Up @@ -8,7 +8,7 @@ def encode() [@val].pack('N') end

class OSCFloat32 < OSCArgument
def tag() 'f' end
def encode() [@val].pack('g') end # fake - why fake?
def encode() [@val].pack('g') end
end

class OSCString < OSCArgument
Expand Down

0 comments on commit a23ebfb

Please sign in to comment.