mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-06-16 09:20:49 +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 {
|
||||
|
||||
Reference in New Issue
Block a user