mirror of
https://github.com/Relintai/mat_maker_gd.git
synced 2025-04-19 10:43:12 +02:00
Fix get_height() call.
This commit is contained in:
parent
0b22206a42
commit
ea36c074a4
@ -37,7 +37,7 @@ func render_image(material) -> Image:
|
||||
image.lock()
|
||||
|
||||
var w : float = image.get_width()
|
||||
var h : float = image.get_width()
|
||||
var h : float = image.get_height()
|
||||
|
||||
var pseed : float = randf() + randi()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user