Skip to content

Commit ddade82

Browse files
committed
chore: bump LeviLamina to 1.9.2
1 parent f7d1ab0 commit ddade82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/lse/api/helper/AttributeHelper.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#include "mc/world/attribute/Attribute.h"
44
#include "mc/world/attribute/AttributeInstance.h"
55
#include "mc/world/attribute/AttributeInstanceRef.h"
6-
#include "mc/world/attribute/BaseAttributeMap.h"
76

87
namespace lse::api {
98
inline void AttributeHelper::setDirty(BaseAttributeMap& map, AttributeInstance const* attribute) {

src/lse/api/helper/AttributeHelper.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#pragma once
2+
#include "mc/world/attribute/AttributeInstanceHandle.h"
23
#include "mc/world/attribute/BaseAttributeMap.h"
34

45
namespace lse::api {

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33
add_repositories("levimc-repo " .. (get_config("levimc_repo") or "https://github.com/LiteLDev/xmake-repo.git"))
44

55
if is_config("target_type", "server") then
6-
add_requires("levilamina 1.9.0", {configs = {target_type = "server"}})
6+
add_requires("levilamina 1.9.2", {configs = {target_type = "server"}})
77
else
8-
add_requires("levilamina 1.9.0", {configs = {target_type = "client"}})
8+
add_requires("levilamina 1.9.2", {configs = {target_type = "client"}})
99
end
1010

1111
add_requires("levibuildscript")

0 commit comments

Comments
 (0)