mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 21:12:41 +08:00
Fix sliders
This commit is contained in:
4
dist/ueblueprint.js
vendored
4
dist/ueblueprint.js
vendored
@@ -3361,6 +3361,10 @@ class ColorChannelEntity extends IEntity {
|
||||
valueOf() {
|
||||
return this.value
|
||||
}
|
||||
|
||||
toString() {
|
||||
return this.value.toString()
|
||||
}
|
||||
}
|
||||
|
||||
class LinearColorEntity extends IEntity {
|
||||
|
||||
2
dist/ueblueprint.min.js
vendored
2
dist/ueblueprint.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user