From 2fe623c04b3debd479388a603c34ff6eb5bddbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Thu, 5 Dec 2024 22:20:45 +0100 Subject: [PATCH] Update Migration.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ian Chen Signed-off-by: Carlos Agüero --- Migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Migration.md b/Migration.md index 852ca33cc..379d1e0ca 100644 --- a/Migration.md +++ b/Migration.md @@ -9,10 +9,10 @@ release will remove the deprecated code. ### Removals -1. The environment variable `GZ_RENDERING_RESOURCE_PATH` is removed. Use +1. The macro `GZ_RENDERING_RESOURCE_PATH` is removed. Use `gz::rendering::getResourcePath()` instead. -1. The environment variable `GZ_RENDERING_ENGINE_INSTALL_DIR` is removed. Use +1. The macro `GZ_RENDERING_ENGINE_INSTALL_DIR` is removed. Use `gz::rendering::getEngineInstallDir()` instead. 1. **Ogre2SelectionBuffer**