From f707783de1ada8ba2962b706ea0f3b16fe1c6ca1 Mon Sep 17 00:00:00 2001 From: iaomw Date: Fri, 15 Apr 2022 11:24:09 +0800 Subject: [PATCH] Fix naming --- engine/source/runtime/function/render/source/surface_ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/source/runtime/function/render/source/surface_ui.cpp b/engine/source/runtime/function/render/source/surface_ui.cpp index e5dbbe54e..e0b162b3c 100644 --- a/engine/source/runtime/function/render/source/surface_ui.cpp +++ b/engine/source/runtime/function/render/source/surface_ui.cpp @@ -36,7 +36,7 @@ float SurfaceUI::getIndentScale() const #if defined(__MACH__) return 1.0f; #else // Not tested on Linux - return contentScale(); + return getContentScale(); #endif }