X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmisc%2Ftexcoord.hxx;h=7c8ec0e5901d9b5c8ee8e1264c19bb5a4e48b521;hb=c0a633ea1d9240b467640975167fbcbee576b32b;hp=a5c13f707d33e35fe88ffa1a51a742859ca8539f;hpb=5628c85b5112ccb4cc6ab2f6121fb0750bd614aa;p=simgear.git diff --git a/simgear/misc/texcoord.hxx b/simgear/misc/texcoord.hxx index a5c13f70..7c8ec0e5 100644 --- a/simgear/misc/texcoord.hxx +++ b/simgear/misc/texcoord.hxx @@ -47,7 +47,7 @@ * @param scale (default = 1.0) scaling factor * @return list of texture coordinates */ -point_list calc_tex_coords( const SGBucket& b, const point_list& geod_nodes, +point_list sgCalcTexCoords( const SGBucket& b, const point_list& geod_nodes, const int_list& fan, double scale = 1.0 );