Skip to content

Commit 08e5370

Browse files
committed
更新tolua#到1.0.6.293版
1 parent a57741e commit 08e5370

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Assets/LuaFramework/ToLua/Core/LuaBaseRef.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright (c) 2015-2016 topameng([email protected])
2+
Copyright (c) 2015-2017 topameng([email protected])
33
44
Permission is hereby granted, free of charge, to any person obtaining a copy
55
of this software and associated documentation files (the "Software"), to deal
@@ -139,7 +139,7 @@ static bool CompareRef(LuaBaseRef a, LuaBaseRef b)
139139

140140
if (l == null && r != null)
141141
{
142-
return r == null || b.reference <= 0;
142+
return b.reference <= 0;
143143
}
144144

145145
if (l != null && r == null)

ReadMe.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ XlsxToLua: https://github.com/zhangqi-ulua/XlsxToLua
2121
UnityHello: https://github.com/woshihuo12/UnityHello
2222
Excel配置:https://github.com/sy-yanghuan/proton
2323

24+
//-------------2017-03-19-------------
25+
(1)更新tolua#到1.0.6.293版
26+
2427
//-------------2017-03-01-------------
2528
(1)更新tolua#到1.0.6.291版
2629

0 commit comments

Comments
 (0)