Skip to content

Commit 5a08182

Browse files
author
Roberto De Ioris
authored
Update MemoryManagement.md
1 parent c6dd4c8 commit 5a08182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MemoryManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ import unreal_engine as ue
176176
from unreal_engine.classes import Material
177177

178178
material = ue.new_object(Material, None, 'DumbMaterial001', ue.RF_PUBLIC|ue.RF_STANDALONE)
179-
``
179+
```
180180

181181
or for more dynamic class specification:
182182

0 commit comments

Comments
 (0)