diff options
Diffstat (limited to 'scene/2d/line_builder.h')
-rw-r--r-- | scene/2d/line_builder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/2d/line_builder.h b/scene/2d/line_builder.h index 0b19cd4674..b1c62f84e2 100644 --- a/scene/2d/line_builder.h +++ b/scene/2d/line_builder.h @@ -27,6 +27,7 @@ /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ + #ifndef LINE_BUILDER_H #define LINE_BUILDER_H @@ -49,6 +50,7 @@ public: Line2D::LineTextureMode texture_mode; float sharp_limit; int round_precision; + float tile_aspect; // w/h // TODO offset_joints option (offers alternative implementation of round joints) // TODO Move in a struct and reference it |