1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00

Fixed error logging in OSRExternalPumpBrowser2

This commit is contained in:
salvadordf
2022-04-09 18:36:05 +02:00
parent a2a61e3ef7
commit ad44231235
2 changed files with 2 additions and 2 deletions

View File

@@ -813,7 +813,7 @@ Var
TempError : GLenum; TempError : GLenum;
begin begin
TempError := glGetError(); TempError := glGetError();
if (TempError <> GL_NO_ERROR) then ; if (TempError <> GL_NO_ERROR) then
WriteLn(StdErr, 'OpenGL error: 0x' + IntToHex(TempError, 8)); WriteLn(StdErr, 'OpenGL error: 0x' + IntToHex(TempError, 8));
end; end;

View File

@@ -2,7 +2,7 @@
"UpdateLazPackages" : [ "UpdateLazPackages" : [
{ {
"ForceNotify" : true, "ForceNotify" : true,
"InternalVersion" : 380, "InternalVersion" : 381,
"Name" : "cef4delphi_lazarus.lpk", "Name" : "cef4delphi_lazarus.lpk",
"Version" : "100.0.14.0" "Version" : "100.0.14.0"
} }