1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Shader editor now uses text editor settings

This commit is contained in:
Paulb23
2016-04-29 12:39:04 +01:00
parent fa3240a8e9
commit 64751e0a75
2 changed files with 31 additions and 3 deletions

View File

@@ -105,7 +105,7 @@ class ShaderEditor : public Control {
void _close_callback();
void _editor_settings_changed();
protected:
void _notification(int p_what);