Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Toolkit.Graphics] Restore access to GraphicsResource.GraphicsDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Aug 26, 2013
1 parent bed0e13 commit 28b3d4e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public abstract class GraphicsResource : Component
/// <summary>
/// GraphicsDevice used to create this instance.
/// </summary>
protected internal GraphicsDevice GraphicsDevice { get; set; }
public GraphicsDevice GraphicsDevice { get; internal set; }

/// <summary>
/// The attached Direct3D11 resource to this instance.
Expand Down

0 comments on commit 28b3d4e

Please sign in to comment.