From af9d56cf845f5ba36cf72118e71c73f69cb42459 Mon Sep 17 00:00:00 2001 From: Lubos Lenco Date: Fri, 8 May 2020 00:17:44 +0200 Subject: [PATCH] No 3d cursor for metal yet --- Sources/arm/Config.hx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/arm/Config.hx b/Sources/arm/Config.hx index bb12ed53..afa7778e 100644 --- a/Sources/arm/Config.hx +++ b/Sources/arm/Config.hx @@ -83,7 +83,11 @@ class Config { raw.pressure_angle = false; raw.pressure_opacity = false; raw.pressure_sensitivity = 1.0; + #if kha_metal + raw.brush_3d = false; + #else raw.brush_3d = true; + #end raw.brush_live = false; #end }