Skip to content

Commit 9cb1063

Browse files
committed
typo
1 parent 8cb8507 commit 9cb1063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osrs/projection/model.simba

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ begin
115115
end;
116116

117117

118-
function TModel.Contruct(objFile: String; mtlFile: String = ''): TModel; static;
118+
function TModel.Construct(objFile: String; mtlFile: String = ''): TModel; static;
119119
begin
120120
if mtlFile <> '' then
121121
Result.LoadMTL(mtlFile);
122122
Result.LoadOBJ(objFile);
123123
end;
124124

125-
function TModel.Contruct(size: TVector3): TModel; static; overload;
125+
function TModel.Construct(size: TVector3): TModel; static; overload;
126126
var
127127
face: TModelFace;
128128
begin

0 commit comments

Comments
 (0)