Fix Cairo pattern in HL target
This commit is contained in:
@@ -1976,7 +1976,7 @@ namespace lime {
|
||||
|
||||
HL_PRIM void hl_lime_cairo_set_source (HL_CFFIPointer* handle, HL_CFFIPointer* pattern) {
|
||||
|
||||
cairo_set_source ((cairo_t*)handle->ptr, (cairo_pattern_t*)handle->ptr);
|
||||
cairo_set_source ((cairo_t*)handle->ptr, (cairo_pattern_t*)pattern->ptr);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user