mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-17 00:25:44 +00:00
committed by
Rémi Verschelde
parent
a3072aa35e
commit
b902a2f2a7
@@ -204,12 +204,6 @@ Size2 Node2D::get_scale() const {
|
||||
return _scale;
|
||||
}
|
||||
|
||||
void Node2D::_notification(int p_what) {
|
||||
|
||||
switch (p_what) {
|
||||
}
|
||||
}
|
||||
|
||||
Transform2D Node2D::get_transform() const {
|
||||
|
||||
return _mat;
|
||||
|
||||
Reference in New Issue
Block a user