summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/draw13.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/osd/modules/render/draw13.h
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/osd/modules/render/draw13.h')
-rw-r--r--src/osd/modules/render/draw13.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/modules/render/draw13.h b/src/osd/modules/render/draw13.h
index 8923f53317a..e6d15a757bb 100644
--- a/src/osd/modules/render/draw13.h
+++ b/src/osd/modules/render/draw13.h
@@ -41,7 +41,7 @@ struct quad_setup_data
void compute(const render_primitive &prim, const int prescale);
- INT32 dudx, dvdx, dudy, dvdy;
+ INT32 dudx, dvdx, dudy, dvdy;
INT32 startu, startv;
INT32 rotwidth, rotheight;
};
@@ -210,4 +210,4 @@ private:
static const copy_info_t s_blit_info_default[];
};
-#endif // __DRAW13__ \ No newline at end of file
+#endif // __DRAW13__