You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
Merge pull request #93127 from BlueCube3310/material-ready
Material: Fix marking as ready
This commit is contained in:
@@ -82,7 +82,7 @@ void Material::_validate_property(PropertyInfo &p_property) const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Material::_mark_ready() {
|
void Material::_mark_ready() {
|
||||||
init_state = INIT_STATE_INITIALIZING;
|
init_state = INIT_STATE_READY;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Material::_mark_initialized(const Callable &p_add_to_dirty_list, const Callable &p_update_shader) {
|
void Material::_mark_initialized(const Callable &p_add_to_dirty_list, const Callable &p_update_shader) {
|
||||||
|
|||||||
Reference in New Issue
Block a user