From 43574b52c18ab2d33198e78779618ac71ea3bbbd Mon Sep 17 00:00:00 2001 From: Julien Valentin Date: Mon, 28 Jan 2019 01:40:35 +0100 Subject: [PATCH] uncomment INLINE_DRAWABLE_DRAW --- include/osg/Drawable | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osg/Drawable b/include/osg/Drawable index cff1710c0..b28944354 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -55,7 +55,7 @@ #endif -// #define INLINE_DRAWABLE_DRAW +#define INLINE_DRAWABLE_DRAW namespace osg {