mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-23 04:16:50 +01:00
Add back binding that I accidentally emoved.
This commit is contained in:
parent
9b717b0a87
commit
b8dcd4fbf8
@ -75,4 +75,5 @@ void ImageIndexer::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_color_indices"), &ImageIndexer::get_color_indices);
|
||||
ClassDB::bind_method(D_METHOD("index_image", "image"), &ImageIndexer::index_image);
|
||||
ClassDB::bind_method(D_METHOD("reset"), &ImageIndexer::reset);
|
||||
ClassDB::bind_method(D_METHOD("indices_to_argb8_data", "indices"), &ImageIndexer::indices_to_argb8_data);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user