mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-22 18:45:33 +00:00
Revert "Fix a null reference exception"
This commit is contained in:
parent
5cf280340b
commit
553b59abb8
|
@ -45,9 +45,6 @@ namespace GLib {
|
|||
public bool Handler ()
|
||||
{
|
||||
try {
|
||||
if (real_handler == null)
|
||||
return false;
|
||||
|
||||
TimeoutHandler timeout_handler = (TimeoutHandler) real_handler;
|
||||
|
||||
bool cont = timeout_handler ();
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// VARS
|
||||
|
||||
Settings.Cake = Context;
|
||||
Settings.Version = "0.0.0.7";
|
||||
Settings.Version = "3.22.24.30";
|
||||
Settings.BuildTarget = Argument("BuildTarget", "Default");
|
||||
Settings.Assembly = Argument("Assembly", "");
|
||||
|
||||
|
|
Loading…
Reference in a new issue