Fix sliders

This commit is contained in:
barsdeveloper
2024-11-26 21:15:01 +01:00
parent 5c26c95b5d
commit 4cdcae1493
4 changed files with 21 additions and 1 deletions

4
dist/ueblueprint.js vendored
View File

@@ -3361,6 +3361,10 @@ class ColorChannelEntity extends IEntity {
valueOf() {
return this.value
}
toString() {
return this.value.toString()
}
}
class LinearColorEntity extends IEntity {

File diff suppressed because one or more lines are too long