mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 23:26:07 +09:00
wall render bug fixed
- wall wouldn't render if transparent-yet-sold tiles like glass is placed on top of it
This commit is contained in:
@@ -31,7 +31,7 @@ static GameItem invoke(int id) {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getOriginalName() {
|
||||
String getOriginalName() {
|
||||
return null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user