Skip to content

Commit 7b44263

Browse files
committed
fix: warning and typo
1 parent 6ab4fdb commit 7b44263

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

include/RE/E/ExtraLight.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace RE
1111
public:
1212
static constexpr auto RTTI{ RTTI::ExtraLight };
1313
static constexpr auto VTABLE{ VTABLE::ExtraLight };
14-
static constexpr atuo TYPE{ EXTRA_DATA_TYPE::kLight };
14+
static constexpr auto TYPE{ EXTRA_DATA_TYPE::kLight };
1515

1616
// members
1717
REFR_LIGHT lightdata; // 18

xmake-rules.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ rule("commonlibf4.plugin")
167167
depend.on_changed(function()
168168
local srcfiles, dstfiles = target:installfiles()
169169
if srcfiles and #srcfiles > 0 and dstfiles and #dstfiles > 0 then
170-
task.run("install")
170+
task.run("install", { target = target:name() })
171171
end
172172
end, { changed = target:is_rebuilt(), files = { target:targetfile() } })
173173
end)

0 commit comments

Comments
 (0)