You've already forked CEF4Delphi
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:
@@ -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;
|
||||||
|
|
||||||
|
@@ -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"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user