microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Documentation] Typo

opened this issue · comments

Hi!

Just reporting another typo.

Page: https://github.com/microsoft/DirectXTK/wiki/Model#initialization
Location: Code under See the Visual Studio 3D Starter Kit for details (Windows 8.1, Windows 8.0).

-- m_fx = std::make_unqiue(device);
++ m_fx = std::make_unique(device);

Fixed. Thanks.