You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Made constants fully upper case in camera server
This commit is contained in:
@@ -47,9 +47,9 @@ void CameraServer::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("camera_feed_removed", PropertyInfo(Variant::INT, "id")));
|
||||
|
||||
BIND_ENUM_CONSTANT(FEED_RGBA_IMAGE);
|
||||
BIND_ENUM_CONSTANT(FEED_YCbCr_IMAGE);
|
||||
BIND_ENUM_CONSTANT(FEED_YCBCR_IMAGE);
|
||||
BIND_ENUM_CONSTANT(FEED_Y_IMAGE);
|
||||
BIND_ENUM_CONSTANT(FEED_CbCr_IMAGE);
|
||||
BIND_ENUM_CONSTANT(FEED_CBCR_IMAGE);
|
||||
};
|
||||
|
||||
CameraServer *CameraServer::singleton = NULL;
|
||||
|
||||
Reference in New Issue
Block a user