Evas GL: Debug APIs should also restore context

As discussed briefly with @spacegrapher
This commit is contained in:
Jean-Philippe Andre 2015-08-19 13:33:55 +09:00
parent fbd5db19bd
commit a3db22659f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#define EVGLD_FUNC_BEGIN() \
{ \
EVGL_FUNC_BEGIN(); \
_func_begin_debug(__FUNCTION__); \
}