summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendutil.cpp
diff options
context:
space:
mode:
author Ariane Fugmann <sailorsat@t-online.de>2016-06-06 19:19:22 +0200
committer Ariane Fugmann <sailorsat@t-online.de>2016-06-06 19:19:22 +0200
commit2293caeae45ee2816a3237b452d4e4927de5f29c (patch)
tree8eb36f8aa689796355f2608b0e162927da9dde16 /src/emu/rendutil.cpp
parent6ee9d158377f96a42c6b0f8967d9e7b1010b5b29 (diff)
parent6fbb28f063b358d62dd8822b548da604a3b95e25 (diff)
Merge remote-tracking branch 'refs/remotes/origin/master' into mamedev/master
Diffstat (limited to 'src/emu/rendutil.cpp')
-rw-r--r--src/emu/rendutil.cpp2
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;
}