From 971d243a872fbc50a654ed18d31a58f9152a294b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DOTTEL=20Ga=C3=ABl?= Date: Tue, 15 Oct 2024 11:35:34 +0200 Subject: [PATCH] Fixed typo (#8063) --- docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index 38600fe47..8dde1967b 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -405,7 +405,7 @@ DirectX9: ``` ```cpp DirectX11: -- ImTextureID should contain a 'ID3D11ShaderResourceView*' (poiter) +- ImTextureID should contain a 'ID3D11ShaderResourceView*' (pointer) - See ImGui_ImplDX11_RenderDrawData() function in imgui_impl_dx11.cpp ``` ```cpp