diff options
author | 2016-06-06 13:46:57 +0200 | |
---|---|---|
committer | 2016-06-06 13:46:57 +0200 | |
commit | 6fbb28f063b358d62dd8822b548da604a3b95e25 (patch) | |
tree | 8eb36f8aa689796355f2608b0e162927da9dde16 /src/emu/rendutil.cpp | |
parent | 6ee9d158377f96a42c6b0f8967d9e7b1010b5b29 (diff) | |
parent | d3410b72a1a45a0197734e1ad8ca13e3c220f9d7 (diff) |
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Diffstat (limited to 'src/emu/rendutil.cpp')
-rw-r--r-- | src/emu/rendutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/rendutil.cpp b/src/emu/rendutil.cpp index ee78ad5125d..8fa5b1b7046 100644 --- a/src/emu/rendutil.cpp +++ b/src/emu/rendutil.cpp @@ -535,7 +535,7 @@ void render_line_to_quad(const render_bounds *bounds, float width, float length_ bounds1->x0 = modbounds.x1 - unity; bounds1->y0 = modbounds.y1 + unitx; - /* rotate the unit vector by -09 degrees and add to point 1 */ + /* rotate the unit vector by -90 degrees and add to point 1 */ bounds1->x1 = modbounds.x1 + unity; bounds1->y1 = modbounds.y1 - unitx; } |