Skip to content

Commit

Permalink
final adjustment, so render controller names fit the controller name …
Browse files Browse the repository at this point in the history
…in the res entity LotsOfPixelsStudios#125
  • Loading branch information
JulianKalmbach committed Aug 25, 2024
1 parent 230662e commit db934ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ open class RenderPart(val partName: String, query: Molang, val entityData: Entit
materials[bone] = material
}

open fun getRenderControllerId() = "${entityData.name}.$partName"
open fun getRenderControllerId() = "${entityData.addon.config.namespace}.${entityData.name}.$partName"

open fun isEmpty() = hasTextureLayer //without a texture a render controller is invalid

Expand Down

0 comments on commit db934ce

Please sign in to comment.