comparison TaskManager/Test/test_render/task/CreateSpan.cpp @ 135:c65aee1528ef

remove xml file
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 27 Nov 2008 16:19:50 +0900
parents 92fcce4330f3
children 6cf991f28c6c
comparison
equal deleted inserted replaced
134:92fcce4330f3 135:c65aee1528ef
117 */ 117 */
118 if (vMid10->x == vMin->x && vMid10->y == vMin->y) { 118 if (vMid10->x == vMin->x && vMid10->y == vMin->y) {
119 return; 119 return;
120 } 120 }
121 121
122 #if 0 122 #if 1
123 // これじゃないと
124 // テクスチャの貼りに微妙に隙間が。謎だ
123 int start_y = (int)vMid->y; 125 int start_y = (int)vMid->y;
124 int end_y = (int)vMin->y; 126 int end_y = (int)vMin->y;
125 #else 127 #else
126 float start_y = vMid->y; 128 float start_y = vMid->y;
127 float end_y = vMin->y; 129 float end_y = vMin->y;