This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Fix name of Rect::getRight()
tags/v1.0.0
Andrew Belt
5 years ago
parent
8f31adef01
commit
9c9daedcd9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/math.hpp
+ 1
- 1
include/math.hpp
View File
@@ -279,7 +279,7 @@ struct Rect {
bool isEqual(Rect r) const {
return pos.isEqual(r.pos) && size.isEqual(r.size);
}
float get
Lef
t() const {
float get
Righ
t() const {
return pos.x + size.x;
}
float getBottom() const {
Write
Preview
Loading…
Cancel
Save