danomatika / ofxLua

(maintained) a lua scripting interface & bindings for openFrameworks
Other
164 stars 36 forks source link

Change v.vec2() to v:vec2() in README.md #52

Closed cuinjune closed 5 years ago

cuinjune commented 5 years ago

Hi, I just found one thing to be fixed in README.md

-- convert of.drawRectangle(v.vec2(), 20, 20) -- ofVec2f -> glm::vec2

I think v.vec2() should be v:vec2().

Thank you.

danomatika commented 5 years ago

Yes. Closed with e458b9dae6dc25c24e84849557ab9ca4ccc0bbd3.