This website works better with JavaScript.
Home
Help
Sign In
non
/
ntk
mirror of
https://github.com/original-male/ntk
Watch
1
Star
0
Fork
0
Code
Releases
2
Activity
Browse Source
Fl_Tiled_Image: Start tiling at 0,0--don't try to center image.
tags/v1.3.1000
Jonathan Moore Liles
12 years ago
parent
c38cc183c2
commit
b6da64a71d
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
src/Fl_Tiled_Image.cxx
+ 3
- 3
src/Fl_Tiled_Image.cxx
View File
@@ -115,9 +115,9 @@ Fl_Tiled_Image::draw(int X, // I - Starting X position
X += cx;
Y += cy;
X = X - (X % image_->w());
Y = Y - (Y % image_->h());
/*
X = X - (X % image_->w());
*/
/*
Y = Y - (Y % image_->h());
*/
W += X;
H += Y;
Write
Preview
Loading…
Cancel
Save