Skip to content

Commit a5a0467

Browse files
committed
Fix README.md
1 parent 9a3efcc commit a5a0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ unity-native-plugin = { version = "0.1.0", features = ["d3d11"] }
1919
* Use UnityInterface::get_interface, which is equivalent to IUnityInterfaces::GetInterface, to get the interface.
2020
```rust
2121
let intf = unity_native_plugin::UnityInterfaces::get_unity_interfaces()
22-
.get_interface::<unity_native_plugin::d3d11::UnityGraphicsD3D11>()
22+
.get_interface::<unity_native_plugin::d3d11::UnityGraphicsD3D11>();
2323
```

0 commit comments

Comments
 (0)