You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Type renames:
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
This commit is contained in:
@@ -45,7 +45,7 @@ StreamPeerSSL::LoadCertsFromMemory StreamPeerSSL::load_certs_func=NULL;
|
||||
bool StreamPeerSSL::available=false;
|
||||
bool StreamPeerSSL::initialize_certs=true;
|
||||
|
||||
void StreamPeerSSL::load_certs_from_memory(const ByteArray& p_memory) {
|
||||
void StreamPeerSSL::load_certs_from_memory(const PoolByteArray& p_memory) {
|
||||
if (load_certs_func)
|
||||
load_certs_func(p_memory);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user